- Aug 10, 2023
-
-
Sergey Joseph Ivanov authored
-
- Jan 30, 2020
-
-
Sergey Joseph Ivanov authored
-
- Sep 05, 2018
-
-
Sergey Joseph Ivanov authored
-
- Jun 13, 2017
-
-
Sergey Joseph Ivanov authored
'==' can not compare file handles. We can use fileno() function to compare numerically file numbers. Code without this returns "connection successful" when it timeouts and $fd is "undefined".
-
- Nov 18, 2015
-
-
Sergey Joseph Ivanov authored
-
- Nov 16, 2015
-
-
Sergey Joseph Ivanov authored
Added option -r <pidfile> for resmon. If none provided it will run without creating pidfile. If provided, it will try write it's pid into specified file. Resmon-systemd.service should have this file as an argument for resmon as a PIDFile option and in ExecStart option.
-
Sergey Joseph Ivanov authored
-
-
- Oct 23, 2015
-
-
Keith Fiske authored
resmon systemd service unit
-
- Oct 22, 2015
-
-
Sergey Joseph Ivanov authored
-
- Apr 07, 2015
- Apr 02, 2015
- Jan 23, 2015
-
-
Keith Fiske authored
-
- Dec 09, 2014
-
-
Brian Dunavant authored
-
- Jan 07, 2014
-
-
Mark Harrison authored
s/svcs_path/fmadm_path/ - vestigial docu-pasta?
-
- 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
-
- Nov 08, 2013
-
-
Mark Harrison authored
-
- Jul 18, 2013
-
-
Eric Sproul authored
-
- Jul 09, 2013
-
-
Mark Harrison authored
Module for CARP
-
David Crosby authored
-
- Jul 03, 2013
-
-
Clinton Wolfe authored
-
Clinton Wolfe 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.
-
Chris Nehren authored
$commhist{$command}->$now which is distinctly not what it actually is.
-
- 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
-
-
Mark Harrison authored
Module for Membase
-
David Crosby authored
-
- Apr 16, 2013
-
-
Mark Harrison authored
-
- Mar 01, 2013
-
-
Mark Harrison authored
Credit: Michal Racek <michal.racek@t-systems.sk> In Resmon 1, it was possible to add an interval parameter to an individual check to give it a larger check interval than regular checks (cached results would be returned in the meantime). This functionality wasn't properly carried over into resmon 2, and this commit fixes that.
-
- 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
-