Jordi Sanfeliu
03ea061b14
added support for the new 'max_historic_years' option to the 'bind' graph
2013-11-26 18:30:13 +01:00
Jordi Sanfeliu
9292d4fef5
added support for the new 'max_historic_years' option to the 'apache' graph
2013-11-26 18:30:13 +01:00
Jordi Sanfeliu
4b37dbb480
update Changes
2013-11-26 18:30:13 +01:00
Jordi Sanfeliu
9bb1a24fb2
added the new option 'max_historic_years'.
2013-11-26 18:30:12 +01:00
Jordi Sanfeliu
3edb967f5d
update Changes
2013-11-26 18:30:12 +01:00
Jordi Sanfeliu
8906d04ba2
fixed interrupt graph to support Raspberry Pi
2013-11-26 18:30:12 +01:00
Jordi Sanfeliu
7580d7a185
more fixes in the 'bind' graph when detecting BIND versions statistics
2013-11-26 18:30:12 +01:00
Jordi Sanfeliu
eeabf9da97
fixed the statistics tag for BIND v9.9+
2013-11-26 18:30:11 +01:00
Jordi Sanfeliu
fb77bba5ea
fixed some bugs when collecting data in BIND version 9.9+
2013-11-26 18:30:11 +01:00
Jordi Sanfeliu
a2edbef5f6
update Changes
2013-11-26 18:30:11 +01:00
Jordi Sanfeliu
00802fb119
fixed the error message 'String ends after the = sign on CDEF:allvalues=' in the 'int' graph
2013-11-26 18:30:11 +01:00
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