This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
lmiltchev
Former Nagios Staff
Posts: 13589 Joined: Mon May 23, 2011 12:15 pm
Post
by lmiltchev » Tue Apr 12, 2016 3:44 pm
Can you show the actual check that you are running from the command line on the Nagios XI server along with the output of it? Also, show us how the command is defined on the client.
Example:
On XI server:
Code: Select all
# /usr/local/nagios/libexec/check_nrpe -H <client ip> -c check_users -a '-w 2 -c 5'
USERS OK - 1 users currently logged in |users=1;2;5;0
On the client machine:
Code: Select all
command[check_users]=/usr/local/nagios/libexec/check_users $ARG1$
Be sure to check out our
Knowledgebase for helpful articles and solutions!
trafalgargirl
Posts: 80 Joined: Tue Feb 09, 2016 12:17 pm
Location: Montreal, Quebec, Canada
Post
by trafalgargirl » Thu Apr 14, 2016 3:53 pm
So it turns out it was a badly configured firewall on AWS. I had created a 'nagios' rule but the person who implemented the server didn't use those ... d'oh!!!
Thanks
rkennedy
Posts: 6579 Joined: Mon Oct 05, 2015 11:45 am
Post
by rkennedy » Thu Apr 14, 2016 3:56 pm
Doh! Great to hear you got it working
Are we good to mark this thread as resolved?
Former Nagios Employee
eloyd
Cool Title Here
Posts: 2190 Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:
Post
by eloyd » Thu Apr 14, 2016 8:03 pm