| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2015-03-16 | 2.3 kB | |
| healthcheck-1.8.5.tar.gz | 2015-03-16 | 89.2 kB | |
| Totals: 2 Items | 91.5 kB | 0 |
1.0.0 2 Feb 2015: Initial release
1.3.0 3 Feb 2015: Transfer all the important functions to the healthcheck.pm module
1.4.0 4 Feb 2015: Implement locking mechanism to prevent running twice by mistake
1.5.0 5 Feb 2015: Add multiple actions for informational, warning and critical events
1.5.1 6 Feb 2015: Bultin sendmail functionality
1.5.2 6 Feb 2015: Execute local shell commands as actions
1.6.0 9 Feb 2015: Shh connections are opened once
1.6.1 9 Feb 2015: Code optimization
1.6.2 10 Feb 2015: Change condition evaluation code to: $result = eval "use warnings qw(FATAL); $monitor->{\"Condition $level\"} ? 1:0";
1.6.3 10 Feb 2015: Dynamic error messages using the macros $MONITOR, $SERVER, $LEVEL, $CONDITION, $COMMANDOUTPUT, $EPOCHTIMEOFEVENT, $DESCRIPTION
1.6.4 10 Feb 2015: Implement action BUILTIN-PRINT-TO-SCREEN
1.6.5 10 Feb 2015: Implement action to run remote shell commands as actions
1.6.7 11 Feb 2015: BUILTIN-PRINT-TO-SCREEN action message is personalized using dynamic macros
1.6.8 11 Feb 2015: BUILTIN-SENDMAIL action email is personalized using dynamic macros
1.6.9 11 Feb 2015: Change macros expansion code
1.7.0 12 Feb 2015: Macro's regex defined at the $option{Generic}
1.7.1 13 Feb 2015: Remote action commands accept macros as arguments
1.7.3 14 Feb 2015: Catching compilation errors at user conditions if their code is broken
1.7.4 14 Feb 2015: Fix a bug if Perl version is earlier than v5.20.1
1.7.5 2 Mar 2015: The checking commands can run local at healthcheck server or remote at remote servers
1.7.6 3 Mar 2015: Ssh connection to a server is established only if the server participates at least to a monitor with "Check command must run" set to Remote
1.7.7 4 Mar 2015: Use MCE::Step for parallel execution and scheduling
1.7.8 5 Mar 2015: Change options schema
1.7.9 6 Mar 2015: Application can close with from an external signals
1.8.0 6 Mar 2015: Change the subroutine that reads the external configuration file
1.8.1 7 Mar 2015: Change the lib and lock directory
1.8.2 8 Mar 2015: Change the email library for sending emails to SSL, TLS mail servers like google
1.8.3 9 Mar 2015: MCE->next changed to a simple return statement at Step tasks
1.8.4 16 Mar 2015: Change the monitor return code
1.8.5 16 Mar 2015: Disable email notifications if can not connect to mail server