cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11427
Views
0
Helpful
16
Replies

Managing your IronPorts via snmp

So who out there uses snmp tools like HP Openview to mange their boxes? Any open source tools? How practical is it?

16 Replies 16

cwling2008
Level 1
Level 1

Hi jariih,

Thank a lots.

Alex Ling

david
Level 1
Level 1

I am the newbie of nagios, I copy the check_ironport.sh under ~nagios/libexec folder, and manually run it fine, but when i add the following entry into nagios.cfg:
cfg_file=/usr/local/nagios/etc/objects/ironport.cfg
and ironport.cfg is:
define host{
host_name ironport1
address 123.123.123.123
}
define service{
host_name ironport1
service_description workqueue
check_command check_ironport
}
define command{
command_name check_ironport
command_line $USER1$/check_ironport.sh 123.123.123.123 admin ironport workqueue 500 1000
}

then restart nagio, but always got the error:
service nagios start
Starting nagios:CONFIG ERROR! Start aborted. Check your Nagios configuration.
Does anyone know what the problem is?
Thanks in advance.