Error: Service check command ‘check_users’ specified in service ‘check_mem’ for host ‘station10’ not defined anywhere!
define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}
mine service example:
define service{
use generic-service
host_name station10
service_description Root_Monitoring
contact_groups admins
check_command check_nrpe!check_disk!5%!10%!/
max_check_attempts 8
}
mysqldump: Error 2020: Got packet bigger than ‘max_allowed_packet’ bytes when dumping table
count inodes
reinstall VirtualBox kernel modules
pecl (if you see error: pcre.h)
-ERR [AUTH] Plaintext authentication disallowed on non-secure (SSL/TLS) connections.
Настройка логов демона bind9 named
1) Создаем каталог /var/log/bind/
и в нем два файла misc.log
и query.log
: Continue reading
Конфиг Powerdns (pdns.conf)
# Разрешить трансфер зон для подсети или ip адреса
# allow-axfr-ips=0.0.0.0/0
# Разрешить рекурсивные запросы с подсети
# allow-recursion=0.0.0.0/0 Continue reading
Install cxs
Change license IP: https://license.configserver.com/cgi-bin/cxs/modify.cgi
yum install -y perl-CPAN.noarch perl-Linux-Inotify2 perl-Archive-Tar.noarch perl-Archive-Zip.noarch
cd /usr/src
wget https://download.configserver.com/cxsinstaller.tgz
tar -xzf cxsinstaller.tgz
perl cxsinstaller.pl
rm -fv cxsinstaller.*