Code: Select all
/usr/lib/nagios/plugins/check_nt -H xxx -p 12489 -v CLIENTVERSION
/usr/lib/nagios/plugins/check_nt -H xxx -p 12489 -v UPTIMECode: Select all
/usr/lib/nagios/plugins/check_nt -H xxx -p 12489 -v CLIENTVERSION
/usr/lib/nagios/plugins/check_nt -H xxx -p 12489 -v UPTIMECode: Select all
nmap -p 12489 xxx.xxx.xxx.xxxCode: Select all
allowed hosts = 192.168.1.11Code: Select all
allowed hosts = 192.168.1.0/24Code: Select all
/usr/lib/nagios/plugins/check_nt -H 192.168.87.83 -p 12489 -s 'N0rth3dgE!' -v CLIENTVERSIONCode: Select all
NSClient++ 0.4.3.143 2015-04-29Code: Select all
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s $ARG1$ -v $ARG2$ $ARG3$
}Code: Select all
check_command check_nt!the_password_whatever_it_is!UPTIMEYes. To get a basic understanding check out this:nathanplatt wrote:Correction... that has worked! Will I be able to use this for CPU monitoring and Disk space etc?
Thank you for all the help!
Code: Select all
/usr/lib/nagios/plugins/check_nt --help