Monitoring Nagios
Petrucci, Joseph
Joseph.Petrucci at ddiworld.com
Mon Oct 10 17:22:34 CEST 2005
Sorry I was in a hurry I'll translate the mess I just sent.
If you do not have another machine that you want to install Nagios on as I do at a few of my clients. Setup an ssh connection between a UNIX machine and the Nagios server and run the following shell script on a cron schedule.
#!/bin/ksh
CNT=`/usr/local/ssh nagios.mydomain.com -l nagios "/usr/bin/ps
-ef | /usr/bin/grep -c [n]agios"
if [ $CNT -lt 1 ]
then
/usr/bin/echo Nagios process is down | /usr/bin/mail -S
"ERROR NAGIOS" mypager at vtext.com
fi
>-----Original Message-----
>From: nagios-users-admin at lists.sourceforge.net
>[mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Petrucci,
>Joseph
>Sent: Monday, October 10, 2005 11:16 AM
>To: Jason Payne - iland Internet Solutions;
>nagios-users at lists.sourceforge.net
>Subject: RE: [Nagios-users] Monitoring Nagios
>
>
>or is you do not have another machine that you want to install
>NAgios on at a few of my clients I simply setup an ssh
>connection between a UNIX machine and the Nagios server and
>ran the following shell script on a cron schedule
>
>
>
>#!/bin/ksh
>CNT=`/usr/local/ssh nagios.mydomain.com -l nagios "/usr/bin/ps
>-ef | /usr/bin/grep -c [n]agios"
>if [ $CNT -lt 1 ]
>then
> /usr/bin/echo Nagios process is down | /usr/bin/mail -S
>"ERROR NAGIOS" mypager at vtext.com
>fi
>
>
>
>>-----Original Message-----
>>From: nagios-users-admin at lists.sourceforge.net
>>[mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Jason
>>Payne - iland Internet Solutions
>>Sent: Monday, October 10, 2005 11:07 AM
>>To: nagios-users at lists.sourceforge.net
>>Subject: RE: [Nagios-users] Monitoring Nagios
>>
>>
>>>> What are people using to monitor Nagios from an external source. I
>>just
>>>> want something that can page me if Nagios crashes etc. Are
>there any
>>>> freeware ping and alert software?
>>
>>>Make nagios a child of init in inittab, and respawn automatically.
>>>
>>>Russell
>>
>>
>>Wow, that totally didn't answer his question.
>>
>>I just installed a second copy of nagios on another machine.
>>
>>http://nagios.sourceforge.net/docs/1_0/redundancy.html
>>
>>Hope this helps.
>>
>>-Jason
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by:
>>Power Architecture Resource Center: Free content, downloads,
>>discussions,
>>and more. http://solutions.newsforge.com/ibmarch.tmpl
>>_______________________________________________
>>Nagios-users mailing list
>>Nagios-users at lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/nagios-users
>>::: Please include Nagios version, plugin version (-v) and OS
>>when reporting any issue.
>>::: Messages without supporting info will risk being sent to /dev/null
>>
>>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by:
>Power Architecture Resource Center: Free content, downloads,
>discussions,
>and more. http://solutions.newsforge.com/ibmarch.tmpl
>_______________________________________________
>Nagios-users mailing list
>Nagios-users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nagios-users
>::: Please include Nagios version, plugin version (-v) and OS
>when reporting any issue.
>::: Messages without supporting info will risk being sent to /dev/null
>
>
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list