Search found 4 matches

by tduncan
Fri Aug 14, 2015 8:01 am
Forum: Open Source Nagios Projects
Topic: check_nt returns UNKNOWN - No service/process specified
Replies: 3
Views: 2284

Re: check_nt returns UNKNOWN - No service/process specified

cat /etc/nagios3/commands.cfg ############################################################################### # COMMANDS.CFG - SAMPLE COMMAND DEFINITIONS FOR NAGIOS ############################################################################### #######################################################...
by tduncan
Fri Aug 14, 2015 7:51 am
Forum: Open Source Nagios Projects
Topic: check_imap Unexpected response
Replies: 3
Views: 2223

Re: check_imap Unexpected response

My commands.cfg file looks nothing like that. cat: /usr/local/nagios/etc/commands.cfg: No such file or directory cat /etc/nagios3/commands.cfg ############################################################################### # COMMANDS.CFG - SAMPLE COMMAND DEFINITIONS FOR NAGIOS ######################...
by tduncan
Wed Aug 12, 2015 10:32 am
Forum: Open Source Nagios Projects
Topic: check_nt returns UNKNOWN - No service/process specified
Replies: 3
Views: 2284

check_nt returns UNKNOWN - No service/process specified

check_nt Returns the following a warning in the web interface UNKNOWN No service/process specified But when ran at the command line it returns OK check_nt -H 10.1.1.1 -p 12489 -v SERVICESTATE -l MSExchangeRPC OK: All services are in their appropriate state. MYSERVER.cfg contains... define service{ u...
by tduncan
Wed Aug 12, 2015 10:14 am
Forum: Open Source Nagios Projects
Topic: check_imap Unexpected response
Replies: 3
Views: 2223

check_imap Unexpected response

check_imap Returns the following warning in the web interface IMAP WARNING - Unexpected response from host/socket: 220 MYSERVER Microsoft ESMTP MAIL Service ready at Wed, 12 Aug 2015 10:57:43 -0400 But when ran at the command line it returns OK check_imap -H 10.1.1.1 -e '220 myserver' IMAP OK - 0.00...