os Debian6 Установил на винду NSClient++ отредактировал NSClient++\NSC.ini
NSClient++\NSC.ini:
password=pass #пароль для мониторинга
allowed_hosts=192.168.0.2 #IP сервера Nagios
[NSClient]
port=12489 #опрашиваемый порт
command_timeout=60 #время ожидания ответа
allow_arguments=1#разрешить передачу аргументов
Password Protection
If you specified a password in the NSClient++ configuration file on the Windows machine, you’ll need
to modify the check_nt command definition to include the password. Open the commands.cfg file for
editing.
vi /usr/local/nagios/etc/objects/commands.cfg
Change the definition of the check_nt command to include the "-s <PASSWORD>" argument (where
PASSWORD is the password you specified on the Windows machine) like this:
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s PASSWORD -v $ARG1$ $ARG2$
}