0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add nss scripts More... about 11 years ago
Add 'pillar/' from commit '8dfe8db0e57e8ba7befd5dd1c78b648b27024e48' More... about 11 years ago
Add some scripts that rely on axiomcli to monitor global device status More... about 11 years ago
Remove explicit reference to $COMPANY More... about 11 years ago
Add graphite script to retrieve non optimized access More... about 11 years ago
Fix stupid mistake in graphite scripts, they were only outputing 'read' values, not 'write' More... about 11 years ago
Fixed cleanup problem introduced by previous commit More... about 11 years ago
Cache pillar LUNs list with user login so that multiple users can run the same script without interferring with each other More... about 11 years ago
Add basic graphite scripts to retrieve IOPS and latency per LUN More... about 11 years ago
Fix typo in inline doc More... over 11 years ago
Add script to list Pillar LUNs via SNMP More... over 11 years ago
Initial commit More... over 11 years ago
Fixed nagios/check_jvm.rb usage message More... over 12 years ago
Fixed bad program name in nagios/check_jvm.rb More... over 12 years ago
Added a tiny README, as suggested by Github for long ago More... over 12 years ago
Added ability to define strategy in the command line for check_unmonitored.rb More... over 12 years ago
Added ability to run check_unmonitored.rb with nmap instead of fping (it seems 'nmap -sP' is faster than 'fping' after all) More... over 12 years ago
Changed utils.rb modes, it doesn't have to be executed directly More... over 14 years ago
Added a test file, inspired from gcu-squad wiki : http://mollacademy.gcu.info/doku.php?id=ruby:snmp_de_base More... over 14 years ago
Added ruby snmp bindings (Debian/Ubuntu package: libsnmp-ruby1.8) ; these bindings are not present on RHEL/CentOS. TODO: see if some dependencies are missing on RHEL/CentOS More... over 14 years ago
Added a script to check eth interfaces by snmp ; it's awful I know, improvements will come later More... over 14 years ago
Added some scripts to handle jvm monitoring ; check_jvm.rb is a central script which calls the 3 others. NB: the jvm must have snmp agent enabled More... over 14 years ago
Changed default fping value to a better value : it tries to detect if fping is in path, if so it takes this value, if not it takes /usr/bin/fping (the path on Debian systems) More... over 14 years ago
Removed rdoc/usage dependency, because it's such a mess to get it working on centos5/rhel5 More... over 14 years ago
Min thicks and max cycles values are now constants at the beginning of the script
JB
More... over 14 years ago
Added two scripts to monitor CPU usage on a server : check_cpu_load.rb monitors instant CPU on a given server, like the famous check_snmp_load.pl, but it loops until it has enough CPU cycles (thicks) to compare values. check_cpu_avg.rb compares CPU usage with last nagios check (maybe 5 minutes before, depending on your nagios install)
JB
More... over 14 years ago
Bad word in help section
JB
More... over 14 years ago
We now write errors on STDERR (not STDOUT) More... almost 15 years ago
Fixed little oopsie More... almost 15 years ago
Added check_unmonitored script ; allows to scan a network and check which servers are not monitored in Nagios More... almost 15 years ago