4
I Use This!
Inactive

Commits : Listings

Analyzed 44 minutes ago. based on code collected about 13 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DSX T1 Controller support for generic devices which ask for extended statistics. Correction in variable name for SAA filtering Utils.pm. Thanks to Ray Burkholder for the initial code for the above. Thanks to Andrew Cutler for variable sanity checks for max and max-octets in genDevConfig. More... over 17 years ago
Dial-peer fix from Ray Burkholder. Updated SAA MIB recognition for latest IOS versions from Ray Burkholder. More... over 17 years ago
Introduce new naming convention for SAA - RTR Cisco IOS MIB Processing. This will break compatibility with any targets previously created. This is intentional, as the new targets do not contain the same collection parameters. More... over 17 years ago
Input validation for max and maxoctets. More... over 17 years ago
Document the rrd-cdef and rrd-ds-type = COMPUTE tags More... almost 18 years ago
Fixed permissions. Thanks Michael Bunk for noticing.
jra
More... almost 18 years ago
fixed cvs commands: new cvs server hostname, use ext method More... almost 18 years ago
Fixed to use the new hostname.
jra
More... almost 18 years ago
*.html: reestablished XHTML conformity monitor-thresholds.html: more cross references reference.html: document rra tag of targetType dictionary More... about 18 years ago
Add some gratuitous comments, slightly tweak indentation, and normalize all GetOptions() arguments to use \$opts{foo} instead of sub {$opts{foo}=@_}.
tbe
More... over 18 years ago
As an experiment, remove "no strict 'refs'" so we can identify any code that triggers it and hopefully fix it (instead of hiding it). Casual testing didn't reveal any code that actually depended on it so it may be entirely obsolete.
tbe
More... over 18 years ago
Silence three warnings with "{no warnings 'once'; ...}".
tbe
More... over 18 years ago
- Normalize #! line and Emacs major mode specification. - Normalize Copyright statement, remove ref to "INSTALLATION.genDevConfig", and nuke inline revision history (kept in CVS now). - Rejig some quotes to keep syntax highlighters happy.
tbe
More... over 18 years ago
Make genDevConfig use Pod::Usage for its usage text. Also convert usage text to POD and normalize long options to use "=".
tbe
More... over 18 years ago
Enhanced description of Catalyst switch ports with Duplex and Speed settings. The settings are converted from the SNMP data values into textual descriptions. More... almost 19 years ago
- Removed nodns option check for devicename to ip resolution. If one requires the use of an ip specified on the commandline, use --ip <ip> instead. - Really the nodns option was meant for ip to name instance mapping, not checking to see if the devicename should be resolved. ;-) More... almost 19 years ago
- Implemented --ip option, to permit putting a devicename that does not resolve while specifying an ip address to be used for snmp collection. More... almost 19 years ago
- Bug fix for parsing -P plugin options. Arguments are now processed in the following format: -P <argument> instead of -P<argument> More... almost 19 years ago
- Documentation fix for new behaviour of -P plugin options. More... almost 19 years ago
- Fixed genDevConfig issue were the outputdir_ct was not formatted correctly Trailing slash instead of leading slash. - Removed debugging calls from Utils.pm - Added a check for the name of the target to skip --default-- targets in applyMonitoringThresholds. - All monitorType/monitor-type values are lowercased. More... almost 19 years ago
- Replaced reference to genRtrConfig - Moved monitor parsing code into genConfig::Utils - Created new sub applyMonitorThresholds that is called from writetargets - Modified writetargets so that is replaces monitor-type values from the written configurationi with monitor-thresholds. - Added/mdofied comments here and there. More... almost 19 years ago
- Added validation for isCollector to avoid undefined warnings. More... almost 19 years ago
- Corrected --modular so that it uses feature promotion req_modular -> modular - Re-Enabled --monitors to auto-promote monitors. No req_monitors required. - Cleaned up the checkMonitor function. - Fixed gCT->init() not being executed due to monitors not being set. Thanks to Terje Bless for this one. More... almost 19 years ago
- Set default logFormat to minimal - Added output of script start time More... almost 19 years ago
- Moved ifType_d hash to genConfig::Utils module. More... almost 19 years ago
- Updated CHANGES to latest mods - Added various people who contributed to the CREDITS - Typos and polish to INSTALL More... almost 19 years ago
- Added 64 bit counter support for high capacity interfaces Based on patch from Michael H. Lambert. More... almost 19 years ago
Make genDevConfig use an algorithm similar to Cricket's for finding the "cricket-conf.pl" file. Try one level below $0, and then in "/etc" and "/usr/local/etc", and finally in a "cricket/" subdirectory of each.
tbe
More... almost 19 years ago
Write main --default-- target and top-level targets to "Defaults" instead of "targets" to avoid inheritance issues when --modular is in effect.
tbe
More... almost 19 years ago
s/Packets/Pkts/ and s/ifHCIn/ifHCOut/; cf. earlier checkins (regression).
tbe
More... almost 19 years ago