Jordi Sanfeliu
17959f48ff
update changes
2013-11-26 18:30:10 +01:00
Jordi Sanfeliu
b86b0c5683
added two new alerts in the 'disk' graph in order to know if a disk drive has exceeded or reached a threshold for reallocated and pending sectors.
2013-11-26 18:30:10 +01:00
Jordi Sanfeliu
f7df95dfe2
fixed to get stats version taking care depending of BIND version XML layout
2013-11-26 18:30:10 +01:00
Jordi Sanfeliu
9e95724631
update Changes
2013-11-26 18:30:10 +01:00
Jordi Sanfeliu
570654aaf4
added support for different BIND statistics versions (2 and 3 right now)
2013-11-26 18:30:10 +01:00
Jordi Sanfeliu
454deaf8a6
update Changes
2013-11-26 18:30:09 +01:00
Jordi Sanfeliu
13b68e7712
fixed to not rely only with the ENV{HOSTNAME} variable to get the hostname on 'emailreports' graph
2013-11-26 18:30:09 +01:00
Jordi Sanfeliu
43221c0376
initialized some values in 'fs' and 'system' graphs to avoid error messages on BSD systems
2013-11-26 18:30:09 +01:00
Jordi Sanfeliu
8239877613
Merge pull request #31 from k3a/patch-3
...
new optional https_url config value
2013-11-26 09:26:28 -08:00
K3A
a65d12c40f
new optional https_url config value
...
Hey,
I am suggesting a simple config addition.
When I started using https on my nginx, I decided to let Monitorix bind on 127.0.0.1 and use nginx as reverse-proxy. That worked fine, but Monitorix cgi kept using http:// scheme for its urls ($config{url} variable all over the Monitorix) which makes sense as it don't know I am proxying http requests which are https when looking at it from the outside world.
To illustrate - here is my setup:
BROWSER <-https-> NGINX (0.0.0.0) <-http-> MONITORIX (127.0.0.1)
This way I can protect monitorix and other similar locally-listening servers via nginx auth and https transfer.
The proposed change adds a new optional variable https_url which can be added to Monitorix confix file. When it's https_url = y, Monitorix will use https:// scheme for all links even when the internal monitorix server is listening for HTTP requests. All existing functionality for HTTPS CGI detection etc remains. I have tested all three cases (https_url se to y, to n and not set). Worked fine.
Cheers,
Mario
2013-11-24 15:38:28 +01:00
Jordi Sanfeliu
1bbb460149
closing 3.3.1
2013-11-21 10:17:54 +01:00
Jordi Sanfeliu
7a60dc6cc9
closing 3.3.1
2013-11-21 10:16:59 +01:00
Jordi Sanfeliu
ff80441be7
fixed to correctly sanitize the input string in the built-in HTTP server which led a number of security vulnerabilities. #30
2013-11-21 10:08:19 +01:00
Jordi Sanfeliu
4cad2ed428
closing 3.3.0
2013-08-12 09:50:58 +02:00
Jordi Sanfeliu
1a9da6f725
closing 3.3.0
2013-08-12 09:21:24 +02:00
Jordi Sanfeliu
b473a90802
close 3.3.0
2013-08-12 09:17:07 +02:00
Jordi Sanfeliu
5ce4d6e6d2
update
2013-08-06 17:52:23 +02:00
Jordi Sanfeliu
7e9271ffd6
close the IN file handler in 'nvidia' graph initialization
2013-08-01 09:42:42 +02:00
Jordi Sanfeliu
e1e2aa9979
small updates
2013-07-31 15:00:44 +02:00
Jordi Sanfeliu
4449390630
added documentation of the new 'global_zoom' option in the manpage
2013-07-29 18:18:28 +02:00
Jordi Sanfeliu
7bbe605225
update Changes
2013-07-29 18:03:59 +02:00
Jordi Sanfeliu
6c7d6fdaa3
added the option 'global_zoom' to all graphs
2013-07-29 18:03:13 +02:00
Jordi Sanfeliu
93905b2e9f
update Changes
2013-07-24 12:38:40 +02:00
Jordi Sanfeliu
4b2060a1ce
small update
2013-07-19 11:59:12 +02:00
Jordi Sanfeliu
0e35351266
update Changes
2013-07-19 11:49:39 +02:00
Jordi Sanfeliu
b74fd5b36a
fixed a small bug in a regex
2013-07-19 10:42:36 +02:00
Jordi Sanfeliu
893076690b
update Changes
2013-07-18 18:17:17 +02:00
Jordi Sanfeliu
f2c74e0c0e
added a complete statistical PHP-APC graph
2013-07-18 18:13:59 +02:00
Jordi Sanfeliu
88b159ed28
fixed to include the 'use' of 'emailreports' module in the main loop
2013-07-18 12:54:34 +02:00
Jordi Sanfeliu
26b6425ec8
removed 'emailreports' from the initialization
2013-07-16 16:56:26 +02:00
Jordi Sanfeliu
e984237276
update Changes
2013-07-15 15:10:25 +02:00
Jordi Sanfeliu
34609ea6f7
added the option 'url_prefix' in the 'traffacct' graph
2013-07-15 15:09:46 +02:00
Jordi Sanfeliu
5260941672
update Changes
2013-07-15 13:19:09 +02:00
Jordi Sanfeliu
4a71383ae1
small cosmetic change
2013-07-15 11:46:09 +02:00
Jordi Sanfeliu
5e8a95bdb2
updated the monitorix.conf(5) man page with the new Email Report feature [ #11 ]
2013-07-11 16:52:46 +02:00
Jordi Sanfeliu
efe998152b
added support for weekly, monthly and yearly in Email Reports [ #11 ]
2013-07-11 16:35:43 +02:00
Jordi Sanfeliu
fb2953c852
added more improvements to 'emailreports'
2013-07-11 15:24:42 +02:00
Jordi Sanfeliu
3122badb52
added a mark in the footer part on the html
2013-07-11 15:00:19 +02:00
Jordi Sanfeliu
ea7ef357ec
removed unused modules and variables
2013-07-11 13:07:47 +02:00
Jordi Sanfeliu
7fadcdc1c0
removed an extra alarm(1) call in the main loop
2013-07-11 12:17:12 +02:00
Jordi Sanfeliu
5befa697ae
initial implementation of Email Reports [ #11 ]
2013-07-10 18:53:59 +02:00
Jordi Sanfeliu
dfb67dec01
added a mark for each graph in the html
2013-07-10 18:46:45 +02:00
Jordi Sanfeliu
b34c243eb2
added the return-true line in 'traffact.pm'
2013-07-10 11:23:25 +02:00
Jordi Sanfeliu
1002848255
fixed a bug introduced with the new <theme> option
2013-07-10 10:38:22 +02:00
Jordi Sanfeliu
a23ffd2c08
small changes in text
2013-07-10 10:33:46 +02:00
Jordi Sanfeliu
61a08c71cb
update Changes
2013-07-09 11:42:25 +02:00
Jordi Sanfeliu
7e90f75110
fixed a bug in Groups (Multihost view) that prevented from seeing the remote server's graphs of the selected group
2013-07-09 10:10:26 +02:00
Jordi Sanfeliu
1d284f9fcc
fixed a message of 'Argument isn't numeric in int ...' in 'nvidia' graph when using newer official drivers
2013-07-08 12:04:12 +02:00
Jordi Sanfeliu
9e553dc64b
fixed the description of 'netstats_in_bps' in monitorix.conf(5) man page.
2013-07-05 12:28:58 +02:00
Jordi Sanfeliu
b43cee27e1
added Wowza graph options in monitorix.conf(5)
2013-07-04 16:22:46 +02:00