- Jan 23, 2015
-
-
Keith Fiske authored
-
- Dec 09, 2014
-
-
Brian Dunavant authored
-
- Dec 31, 2013
-
-
Eric Wilhelm authored
-
- Dec 17, 2013
-
-
Mark Harrison authored
On some systems, there are lines in /proc/meminfo that don't match the regex. Currently these cause resmon to throw an error and give a blank metric. This change skips those metrics rather than throwing an error.
-
- Dec 13, 2013
-
-
Chris Nehren authored
-
- Dec 12, 2013
-
-
Chris Nehren authored
-
- Jul 09, 2013
-
-
David Crosby authored
-
- Jun 20, 2013
-
-
Chris Nehren authored
-
Chris Nehren authored
-
- Jun 19, 2013
-
-
Chris Nehren authored
value to determine whether to use cache_command or run_command.
-
- Jun 09, 2013
-
-
Chris Nehren authored
-
- Jun 17, 2013
-
-
Chris Nehren authored
-
Chris Nehren authored
report its output.
-
- Jun 07, 2013
-
-
Kevin Loukinen authored
-
- Apr 30, 2013
-
-
David Crosby authored
-
- Apr 16, 2013
-
-
Mark Harrison authored
-
- Feb 28, 2013
-
-
neophenix authored
Allow setting an absent => X config param for file checks. If set will return all the metrics the module normally would, but with their integer values set to whatever you defined for absent. present will still = 0 and text values will be undef
-
- Dec 26, 2012
-
-
Mark Harrison authored
-
- Dec 13, 2012
-
-
Chris Nehren authored
-
- Nov 28, 2012
-
-
Mark Harrison authored
-
- Oct 18, 2012
-
-
Mark Harrison authored
This allows you to have multiple checks on the same file, but with a different match string in order to count different types of errors.
-
- Oct 17, 2012
-
-
Mark Harrison authored
-
- Sep 18, 2012
-
-
Clinton Wolfe authored
-
Clinton Wolfe authored
-
Clinton Wolfe authored
-
- Aug 15, 2012
-
-
Eric Sproul authored
Allow escaped commas in config parameters. Update Core::SMART docs and stop prefixing metrics with the disk name, as Resmon already uses check_name in the final metric output.
-
Eric Sproul authored
-
- Jun 26, 2012
-
-
Gavin Sandie authored
Uses ps to count the amount of processes on a system. I've placed this into the Linux area as I've only tested it on a Linux system (Ubuntu 11.04).
-
- May 02, 2012
-
-
Mark Harrison authored
-
- Apr 03, 2012
-
-
Phil Sorber authored
This module is meant to be generic enough that it can do any query based check against postgres. You just need to add the entry to %queries for it to be available.
-
- Mar 19, 2012
-
-
Mark Harrison authored
The backslash at the end of the line wasn't a line continuation, and turned the following string into a reference. Yay perl!
-
- Mar 14, 2012
-
-
Mark Harrison authored
The generic Cpu module makes use a vmstat, and the columns used vary across different linux installations. This improves the situation somewhat.
-
- Feb 15, 2012
-
-
Mark Harrison authored
MemFreeBufCache == MemFree + Buffers + Cached
-
- Dec 14, 2011
-
-
Graham Knop authored
-
- Dec 06, 2011
-
-
Eric Sproul authored
-
- Dec 05, 2011
-
-
Graham Knop authored
-
- Nov 23, 2011
-
-
Graham Knop authored
-
- Nov 22, 2011
-
-
Graham Knop authored
-
Graham Knop authored
-
- Oct 17, 2011
-
-
Eric Sproul authored
Add a module to report OS name/version. Helpful for correlating events with OS changes like patching or upgrading. Add a gitignore at the top level with resmon.conf in it. This will prevent the loss of a live conf file during a git clean.
-