check_snmp_int perl version short name error
Brought to you by:
patrickproy
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 an option -z to shorten only the performance labels.
There is as well an error in the regex to clear characters like / from the name of the performance label.
diff of check_snmp_int perl code v 124