-
The option -s to shorten the descriptive name of the interface only applies to the Status field; it has no effect on the performance labels. If you are using the performance labels as DS names in RRDTool for making graphs, it is possible to exceed the 19 character limitation with some description names. Also, if the description has a / character it is not replaced with a _.
This change adds...
2009-10-08 07:51:10 UTC by hkriel
-
The option -s to shorten the descriptive name of the interface only applies to the Status field; it has no effect on the performance labels. If you are using the performance labels as DS names in RRDTool for making graphs, it is possible to exceed the 19 character limitation with some description names. This change makes the short name argument effective on the performance labels as well as...
2009-10-08 07:45:42 UTC by hkriel
-
check_snmp_int.pl sometimes gives out negative values, really high negative values, like -400P, -800T, etc. This happens every now and then and is affecting our graphs as well as our Reporting.
A change of script is necessary to ensure that no negative values are given. 0 (Zero) is preferable!
Regards,
Harald.
2009-09-21 07:46:49 UTC by mharald
-
Hi,
Can anyone help me how do i solve below issue.
I have recived UNKNOWN error : 'Numeric value for warning or critical ! '.
This is my service configuration for cisco switch. Remaining all services are working fine. But check_snmp_mem.pl is giving this error.i m getting output for CPU load ,env.
# Monitor CPU load via SNMP
define service {
use generic-service ; Inherit...
2009-05-22 12:04:23 UTC by prabuk3
-
Hi,
Can anyone help me how do i solve below issue.
I have recived UNKNOWN error : 'Numeric value for warning or critical ! '.
This is my service configuration for cisco switch. Remaining all services are working fine. But check_snmp_mem.pl is giving this error.
# Monitor CPU load via SNMP
define service {
use generic-service ; Inherit values from a...
2009-05-22 11:59:16 UTC by prabuk3
-
Hi, when I use that plugin on nokia ip350 and nokia ip380 platforms it shows an error in power supply state, as ipso said (unknown):
$ snmpwalk -c public -v 1 myfirewall 1.3.6.1.4.1.94.1.21.1.3
SNMPv2-SMI::enterprises.94.1.21.1.3.1.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.94.1.21.1.3.1.1.2.1 = INTEGER: 3
SNMPv2-SMI::enterprises.94.1.21.1.3.1.1.3.1 = INTEGER: 3
or...
2009-04-20 17:26:18 UTC by diegoarroyo
-
Hi,
if you have more than one service for monitoring a specific port, for example one for the raw traffic (--perfcheck --perfparse -2) one for the bandwidth (--perfcheck --perfparse --perfprct --prct -2 --intspeed) and one for just errors/discards, they all use the same state file in /tmp. This does not work because of the concurrent updates. I added a new command line parameter --extension...
2009-02-17 12:51:13 UTC by lausser
-
support for the cisco asa should be added to check_snmp_load. i copied and renamed the file and substituted the cisco OID's for the ASA OID's and it worked like a charm
here are the asa OID's
my $cisco_cpu_5m = "1.3.6.1.4.1.9.9.109.1.1.1.1.5.1"; # Cisco CPU load (5min %)
my $cisco_cpu_1m = "1.3.6.1.4.1.9.9.109.1.1.1.1.4.1"; # Cisco CPU load (1min %)
my $cisco_cpu_5s =...
2009-01-20 15:02:38 UTC by jammindice
-
I had 10min to modify you script to monitor HP-UX memory and swap.
I used check_snmp_mem.pl (Version 0.6).
All I did is replace the OIDs for netsnmp and renamed the script to check_snmp_hpux.pl
my $nets_ram_free = "1.3.6.1.4.1.11.2.3.1.1.7.0"; # Real memory free hp-ux
my $nets_ram_total = "1.3.6.1.4.1.11.2.3.1.1.8.0"; # Real memory total hp-ux
my $nets_swap_free =...
2008-08-26 06:04:49 UTC by conpetsoglou
-
There is a bug in the handling of maximum rows of the counter history files. There are two problems:
1. there is no constraint which limit the maximum number of lines that are read. This could lead to overwritten variables and buffer overflows.
2. the file_read function calculates the starting line correctly, but doesn't use the calculated value.
Please find attached by suggested fix.
2008-07-31 09:27:38 UTC by sittner