4
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 15 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Update to JUNOS.pm, recognition strings for JUNOS routers. - Filter for unknown frutype - New extraction regex for OS versions Patch provided by: Michael H. Lambert More... almost 19 years ago
- Fix for conversion to devicename. snmp-host in Defaults was looking for router to be defined. So added an override for snmp-host to devicename. To make sure the Defaults is compatible with existing targets, and any new atrgets use the right snmp-host configuration. More... almost 19 years ago
- Added documentation for a new monitorType dictionnary item. More... almost 19 years ago
- Enhanced monitorType matching in HandleTarget.pm. More... almost 19 years ago
- Modified pluginUtils to return an instantiated object list for all valid plugins as per can_handle function of each plugin. More... almost 19 years ago
Wide ranging patch for multiple plugin support - removed customfile variable being passed in and out of plugin. This variable should be local to the plugin. - Added logic to process multiple plugins. - Added new function $plugin->plugin_name() to return the name of the plugin in each plugin. - Converted contivity ifspeed check to use the nospeedcheck workaround for 0 speed on vpn tunnel interfaces. - Converted enterprises.x.x.x.x to full oidi .1.3.6.1.4.1.9.1.xxxi for Aironet access points. This may actually break things. Not sure what the riht value is. Someone will have to test it. More... almost 19 years ago
Updating download links to refer to Cricket 1.0.5 (was 1.0.4).
tbe
More... almost 19 years ago
- Replaced references to $opts{router} to $opts{devicename} to render targets and code more intuitive for non-router type devices. - Fixed display-name targets. From display-name => $name to display-name => "%devicename $name" Or if interface-name was set, removed display-name, as it is already set in the --defaults--. More... almost 19 years ago
- Added sysLocation and sysContact to default chassis ldesc - Commented out monitor-type inclusion for chassis until support is finalized More... almost 19 years ago
- Bug fix: Fixing bug introduced by moving code from genDevConfig interface pre-processing to plugin for framestats munging. Converted $opts{} to $opts->{}. More... almost 19 years ago
- Forced addition of juniper-generic chassis target. All plugins must have a chassis target. Even if they define sub-categories for the chassis. ie. juniper-chassis-cpu, juniper-chassis-temp - Removed ciscobox check from genDevConfig. To force an ATM virtual or Template interface to be commented out. This is now a default for all devices. More... almost 19 years ago
- Move Cisco intdescr munging for frame-relay interfaces from main script to CiscoIOS plugin. This was specific to Cisco IOS so it should be in a plugin. More... almost 19 years ago
- Removed nortelbox $opts{} variable. Replaced with req_contivitytunnels contivitytunnels in $opts{}. Which is more representative of what is being checked. - Removed other *box variables except for cisco and juniper which have dependancies within genDevConfig code. More... almost 19 years ago
Make sure isNaN() returns defined-but-false instead of undef().
tbe
More... almost 19 years ago
Switch to the now more common /usr/bin/perl instead of /usr/local/bin/perl.
tbe
More... almost 19 years ago
Propogate $gInstallRoot to the environment during collector runs for the benefit of "exec" datasources.
tbe
More... almost 19 years ago
Speling fix.
tbe
More... almost 19 years ago
s/FILE/$FILE/ for copy-to:file support to satisfy "use strict".
tbe
More... almost 19 years ago
Switch to the now more common /usr/bin/perl instead of /usr/local/bin/perl.
tbe
More... almost 19 years ago
- Cosmetic, newline in graph statements. More... almost 19 years ago
- Typo introduced in my retyping the saa patch. More... almost 19 years ago
- Patch from Cougar to add saa-jitter and saa-udpecho to CiscoIOS plugin - Utils.pm patched to recognize new saa type. - Defaults patched for new OIDs, DSs and Graph statement More... almost 19 years ago
Made the regex global to catch all occurences at the end of the threshold. More... almost 19 years ago
- Moved the \r\n filter. More... almost 19 years ago
Removed invalid monitor thresholds from monitorType cisco-interface. Old testing values. More... almost 19 years ago
- Updated can_handle sub with new format. More... almost 19 years ago
- Updated can_handle sub with new format. Fixes dot (.) escaping for OIDS. More... almost 19 years ago
- Made Packeteer.pm the official example plugin.pm for budding plugin writers - Added examples, comments and avenues of treating data - Simple configurations and readable perl code - Cleaned up some code to make it more readable - Removed the packeteerbox var. Not needed. All local processing decisions should be done with $opts{model} or another method. More... almost 19 years ago
- Filter extraneous data trailing monitor-thresholds. \n\r\s - \r and \n are especially pesky as they break the meta file format which in turn break SPAN due to corrupted meta files. More... almost 19 years ago
- Updated version number for genDevConfig to beta12 - Updated CHANGES document - I do not know why Defaults.netsnmp always shows up in the commits?! Oh well. More... almost 19 years ago