check_om_storage.pl and nagios question
AndydnA
andydna at andydna.net
Wed Oct 15 12:04:02 CDT 2008
I have used NRPE protocol because is better and lighter than SSH check.
Each machine should run NRPE server daemon (nagios_nrpe_server on
Debian) and must has on it the check_om_storage plugin.
You can program and perform your check directly from NAGIOS machine
that operate as client.
This way is the best way if you have a single NAGIOS machine and many
servers.
For security I perform all my check into our VPN star, but this is not
required. NAGIOS has a very good security if you don't enable the
blame function. If you use blame is good also.
AndydnA
On Oct 15, 2008, at 6:23 PM, Adam Williams wrote:
> I have a server with nagios installed and working on it. I want to
> use
> check_om_storage.pl to monitor the RAID arrays in my servers. Since
> check_om_storage.pl uses omreport, check_om_storage.pl has to run
> locally on each server. So how do I tell nagios to run
> check_om_storage.pl on each server? Is there a better way to run it
> then the only way I can think of? The only way I can think of is to
> use
> SSH host key authentication and in nagios.cfg have:
>
> # 'check_om_storage.pl' command definition
> define command{
> command_name check_omsa
> command_line ssh root@$HOSTADDRESS$
> /usr/lib64/nagios/plugins/check_om_storage.pl
> }
>
>
>
>
> _______________________________________________
> Linux-PowerEdge mailing list
> Linux-PowerEdge at dell.com
> http://lists.us.dell.com/mailman/listinfo/linux-poweredge
> Please read the FAQ at http://lists.us.dell.com/faq
More information about the Linux-PowerEdge
mailing list