Nagios on XenServer 5.5
Re: Nagios on XenServer 5.5
Build the nagios-plugins source as you will most likely want them: http://www.nagios.org/download/plugins/
http://sourceforge.net/projects/nagiosplug/
http://sourceforge.net/projects/nagiosplug/
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
brianweeks22
- Posts: 70
- Joined: Fri Dec 21, 2012 12:26 pm
Re: Nagios on XenServer 5.5
but im still receiving this w/in nagios
CHECK_NRPE: Error - Could not complete SSL handshake.
CHECK_NRPE: Error - Could not complete SSL handshake.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios on XenServer 5.5
Yes, but we are helping you get the system set up properly, we should do this all in order so that you do not run into more issues down the road when they could have been fixed today 
We will be able to work on the handshake issue once we get the rest of your system up to spec so to speak, and running in a stable environment. Of course, if you would like to work on this first we certainly can, it is just recommended to get everything up to speed before configuring external checks.
We will be able to work on the handshake issue once we get the rest of your system up to spec so to speak, and running in a stable environment. Of course, if you would like to work on this first we certainly can, it is just recommended to get everything up to speed before configuring external checks.
Re: Nagios on XenServer 5.5
Can you telnet/nmap port 5666 on the remote host from the nagios server? Is it open?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
brianweeks22
- Posts: 70
- Joined: Fri Dec 21, 2012 12:26 pm
Re: Nagios on XenServer 5.5
Yes.. I can telnet
Re: Nagios on XenServer 5.5
Alright, lets run check_nrpe from the nagios server to the remote host from the cli:
On the nagios server:
You should receive the nrpe version on the remote host.
On the nagios server:
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H <ip of remote host> Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
brianweeks22
- Posts: 70
- Joined: Fri Dec 21, 2012 12:26 pm
Re: Nagios on XenServer 5.5
under /usr/local/nagios/libexex i only have
check_myssql_health and check_proc_meminfo
I am running 3 other VM's that ARE reporting to nagios correctly tho.. could check_nrpe be in another locatioN
Thanks
Brian
check_myssql_health and check_proc_meminfo
I am running 3 other VM's that ARE reporting to nagios correctly tho.. could check_nrpe be in another locatioN
Thanks
Brian
Re: Nagios on XenServer 5.5
Are they reporting through nrpe or some other mechanism? (passive checks, etc) You nagios server should have a plugins directory. You could check /usr/lib or /usr/lib64 for the directories "plugins" or "libexec". Inside that folder you should have the plugin "check_nrpe".
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
brianweeks22
- Posts: 70
- Joined: Fri Dec 21, 2012 12:26 pm
Re: Nagios on XenServer 5.5
plugin directory at /usr/lib/nagios/plugins
this is the output from the previous cmd you wanted me to run:
[root@rodan2 nagios]# /usr/lib/nagios/plugins/check_nrpe -H <IP ADDRESS OF SERVER>
CHECK_NRPE: Error - Could not complete SSL handshake.
[root@rodan2 nagios]#
this is the output from the previous cmd you wanted me to run:
[root@rodan2 nagios]# /usr/lib/nagios/plugins/check_nrpe -H <IP ADDRESS OF SERVER>
CHECK_NRPE: Error - Could not complete SSL handshake.
[root@rodan2 nagios]#
Re: Nagios on XenServer 5.5
Lets check if ssl is the issue (the "-n" disables ssl for the test):
Is nrpe started on the remote host?
Code: Select all
/usr/lib/nagios/plugins/check_nrpe -H <IP ADDRESS OF SERVER> -nCode: Select all
service nrpe status
service xinetd statusFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.