Commit Graph

413 Commits

Author SHA1 Message Date
Jordi Sanfeliu 1bea584bde update Changes 2020-04-24 10:30:00 +02:00
Jordi Sanfeliu 7d7fa00e48 update Changes 2020-03-12 09:08:04 +01:00
Jordi Sanfeliu 4697196767 closing 3.12.0 2020-02-21 10:48:29 +01:00
Jordi Sanfeliu 0e2e81cdd0 update Changes 2020-02-17 09:42:52 +01:00
Jordi Sanfeliu f8fd4294c6 update Changes 2020-01-21 12:11:16 +01:00
Jordi Sanfeliu dbd306c9a9 update Changes 2019-12-05 15:50:03 +01:00
Jordi Sanfeliu 220ad09e8d update Changes 2019-11-22 08:49:17 +01:00
Jordi Sanfeliu d06c496f96 update Changes 2019-11-14 08:56:19 +01:00
Jordi Sanfeliu 0a64f94d1a update Changes 2019-08-28 08:02:20 +02:00
Jordi Sanfeliu 9fe82ff9e7 update Changes 2019-06-25 08:19:37 +02:00
Jordi Sanfeliu 66c5c25b32 update Changes 2019-06-21 08:53:00 +02:00
Jordi Sanfeliu 5decd7e8d7 update Changes #172 2019-05-27 12:48:17 +02:00
Jordi Sanfeliu 252a843ca6 added the new option 'subject_prefix' in 'emailreports.pm' to be able to set a customized prefix in the Subject of the emails that will be sent 2019-05-17 12:13:19 +02:00
Jordi Sanfeliu 3c1b2602a3 changed the way how 'ztool iostat' command get the read/write values of the
Operations/Bandwidth graphs #242
2019-05-15 10:51:00 +02:00
Jordi Sanfeliu 28ed22b311 Changed how the values in 'fail2ban.pm' are shown.
With the new option 'graph_mode' the values are, by default, shown with
absolute values. This new option permits switching between 'absolute' and
'rate'. #241
2019-05-14 13:19:30 +02:00
Jordi Sanfeliu 98ef89190b added the new option 'rrdtool_extra_options' to be able to include RRDtool extra options on every graph 2019-05-08 12:54:03 +02:00
Jordi Sanfeliu 6100174944 update Changes 2019-05-03 09:08:21 +02:00
Jordi Sanfeliu 72c777355b update Changes 2019-04-30 15:22:50 +02:00
Jordi Sanfeliu afdc328f14 update Changes #238 2019-04-26 23:32:41 +02:00
Jordi Sanfeliu 19eff008fb added the ability, in the alerts of 'ambsens.pm', to support a range of two values separated by a dash in the threshold #221 2019-04-23 16:13:41 +02:00
Jordi Sanfeliu 6a63750d74 added the ability, in the alerts of 'gensens.pm', to support a range of two values separated by a dash in the threshold #221 2019-04-23 15:41:35 +02:00
Jordi Sanfeliu 5ff7f1bda4 fixed to make sure that a maximum of 9 values is accepted in the 'graph_0' and 'graph_1' options of 'squid.pm'; warn user otherwise. #235 2019-04-17 09:49:01 +02:00
Jordi Sanfeliu cf0b766b36 fixed to ensure that the 'L' option in port.pm is optional 2019-04-15 15:17:56 +02:00
Jordi Sanfeliu 6eb9bdfc9b update Changes #234 2019-04-15 10:41:25 +02:00
Jordi Sanfeliu e7aa134257 update Changes 2019-04-12 09:07:08 +02:00
Jordi Sanfeliu 77a77bb593 added a complete graph to support PHP-FPM statistics ('phpfpm.pm'). #167 2019-04-03 18:57:09 +02:00
Jordi Sanfeliu 792c8be362 update Changes 2019-03-18 19:01:55 +01:00
Jordi Sanfeliu a03a70d3ef closing 3.11.0 2019-03-14 15:41:20 +01:00
Jordi Sanfeliu 88cc85c3f7 update Changes 2019-03-09 20:37:35 +01:00
Jordi Sanfeliu ef8698add5 updated documentation and Changes. #196 2019-03-07 09:29:59 +01:00
Jordi Sanfeliu 49ef3a3528 Improved the alerting system in 'ambsens.pm'
From now on, the alerts accepts a forth parameter that specifies
when the alert will be triggered. This parameter accepts two values:
'above' or 'below', being the 'above' the default value if it's not
specified, in order to keep backwards compatibility.

This way, if some value in the graph is 'above' or 'below' from the
threshold during more time than specified in the timeout value, the
alert will be triggered.

The manpage has also been updated to reflect this new feature. #221
2019-03-01 17:59:35 +01:00
Jordi Sanfeliu e796f6652d Added a new option called 'autocheck_responsiveness' for the HTTP built-in
There is a well known problem with the HTTP built-in server that Monitorix
implements using the Perl module 'HTTP::Server::Simple'. It looks like it's
pretty weak to the common attacks that any web server receives every day.

As a consequence of that, it just hangs, and when you want to see the stats of
your server, you just see your browser waiting for a response that never comes,
which ends up with a timeout. In these cases, you are forced to login to your
server and restart Monitorix, in order to refresh the HTTP built-in server.

I was frustrated because I was completely unable to reproduce locally the kind
of attack that seems to do a DoS to the HTTP built-in server, so in order to
mitigate (hopefully) all this annoying hangups, I've created an autocheck to
control the responsiveness of the HTTP server on every minute, and in case of
no response then it will be restarted automatically. This is controlled by a new
option called 'autocheck_responsiveness' which by default is enabled.

Let's see how this is working!
2019-02-28 09:41:55 +01:00
Jordi Sanfeliu db68888f3f added Exim support in 'mail.pm'. [#96] 2019-02-25 09:38:00 +01:00
Jordi Sanfeliu 17c14dd8db update Changes 2019-02-18 18:04:46 +01:00
Jordi Sanfeliu e14e44a396 updated Changes 2019-02-08 09:58:31 +01:00
Jordi Sanfeliu 487a260067 update Changes with #218 2019-01-16 12:32:40 +01:00
Jordi Sanfeliu 0ad30ae598 update Changes 2019-01-03 13:09:58 +01:00
Jordi Sanfeliu a23d5337fe Extended the features of a single-server in Multihost mode
Added the ability to show all graphs of a single server instead of showing
only the System Load graph.

#216
2019-01-02 09:56:36 +01:00
Jordi Sanfeliu 219eec240f update Changes 2018-10-26 12:49:46 +02:00
Jordi Sanfeliu d4d76d775d Restart HTTP built-in on every SIGHUP
Now the HTTP built-in will be restart every time Monitorix received the
SIGHUP signal. This should also fix thos annoying sporadic hangups of the
HTTP server, and also a truncation in the recent rotated logfile.
2018-10-17 11:54:05 +02:00
Jordi Sanfeliu e7bd235cb3 fixed in HTTP built-in to force authentication (when enabled) always, even on non-existing pages 2018-10-05 09:54:06 +02:00
Jordi Sanfeliu d768bed4fc added credits 2018-10-04 12:53:59 +02:00
Jordi Sanfeliu 8a3f2cd48d update Changes 2018-10-04 12:53:18 +02:00
Jordi Sanfeliu 6f8ffd0d2e added ZFS iostat per pool in 'zfs.pm' #190 2018-03-23 11:29:07 +01:00
Jordi Sanfeliu d7fa9e9e6d changed the way how the Used value in Memory graph is calculated #204 2018-03-19 13:09:58 +01:00
Jordi Sanfeliu 593e1a7ea7 fixed in 'zfs.pm' the way how is collected pool's data 2018-03-19 12:30:29 +01:00
Jordi Sanfeliu a812931056 fixed to set permissions 0600 to log files 2018-03-05 16:54:36 +01:00
Jordi Sanfeliu 9dec96237d update Changes 2018-03-05 16:40:50 +01:00
Jordi Sanfeliu 15f707bb2e update Changes 2018-03-05 16:34:10 +01:00
Jordi Sanfeliu 620786c127 update Changes 2018-03-05 16:22:24 +01:00