Search found 3 matches

by poliver21
Thu Jan 13, 2011 12:31 pm
Forum: Open Source Nagios Projects
Topic: Problem with snmp check
Replies: 2
Views: 1316

[Solved] Re: Problem with snmp check

Hi, I answer myself. I just read a post that I didn't find before, which gave me the solution : Your check_iftraffic plugin works fine from commandline, but fails if nagios runs the check. Surely you ran the plugin in commandline before defining a serviceobject. If you do so, a tmp file is created i...
by poliver21
Thu Jan 13, 2011 12:18 pm
Forum: Open Source Nagios Projects
Topic: Problem with snmp check
Replies: 2
Views: 1316

Problem with snmp check

Hello, I encounter another problem with a switch. I did setup this : define service { host_name sw-00-00 service_description BP Trk1 check_command check_bw!"Trk1"!2000000000 use snmp-port-bw,srv-pnp } define service { host_name sw-00-00 service_description BP Trk2 check_command check_bw!&q...
by poliver21
Thu Jan 13, 2011 11:11 am
Forum: Open Source Nagios Projects
Topic: Problem with checks planification
Replies: 0
Views: 1005

Problem with checks planification

Hello, I use Nagios core 3.2.3 I use check_snmp_ifstatus.pl, which needs to run every 30 seconds. So, I did setup a service as bellow : define service { host_name sw-00-00 service_description BP Port 24 #check_command check_bw!24!1000!m!500!700 check_command check_bw!24!1000000000 use snmp-port-bw,s...