Jordi Sanfeliu
9fbedccb81
typo fixed
2013-11-26 18:30:18 +01:00
Jordi Sanfeliu
4b7b58a922
typo fixed
2013-11-26 18:30:17 +01:00
Jordi Sanfeliu
9bc8af73f3
added support for the new 'max_historic_years' option to the 'kern' graph
2013-11-26 18:30:17 +01:00
Jordi Sanfeliu
b5713212b4
added an anti-shocking phrase in Kernel VFS graph as suggested by Izzy :)
2013-11-26 18:30:17 +01:00
Jordi Sanfeliu
f0d141b76f
added support for the new 'max_historic_years' option to the 'int' graph
2013-11-26 18:30:17 +01:00
Jordi Sanfeliu
476387a60a
small update
2013-11-26 18:30:16 +01:00
Jordi Sanfeliu
733605601b
added support for the new 'max_historic_years' option to the 'icecast' graph
2013-11-26 18:30:16 +01:00
Jordi Sanfeliu
3684db07d5
added support for the new 'max_historic_years' option to the 'hptemp' graph
2013-11-26 18:30:16 +01:00
Jordi Sanfeliu
d93cf5111a
added support for the new 'max_historic_years' option to the 'ftp' graph
2013-11-26 18:30:16 +01:00
Jordi Sanfeliu
998a25006d
added support for the new 'max_historic_years' option to the 'fs' graph
2013-11-26 18:30:15 +01:00
Jordi Sanfeliu
79fd8418ba
small update
2013-11-26 18:30:15 +01:00
Jordi Sanfeliu
ad5127eeb5
small update
2013-11-26 18:30:15 +01:00
Jordi Sanfeliu
6cf9481143
small update
2013-11-26 18:30:15 +01:00
Jordi Sanfeliu
c9f7dd779e
small update
2013-11-26 18:30:15 +01:00
Jordi Sanfeliu
1bf14bcbb7
added support for the new 'max_historic_years' option to the 'fail2ban' graph
2013-11-26 18:30:14 +01:00
Jordi Sanfeliu
a7f8d59b48
update Changes
2013-11-26 18:30:14 +01:00
Jordi Sanfeliu
0e1f84b211
improved the regexp when collecting data from devices's interrupts which also fixes some annoying messages amb using non-numeric arguments.
2013-11-26 18:30:14 +01:00
Jordi Sanfeliu
685788a2d3
added support for the new 'max_historic_years' option to the 'disk' graph
2013-11-26 18:30:14 +01:00
Jordi Sanfeliu
e89b3b15df
small change
2013-11-26 18:30:14 +01:00
Jordi Sanfeliu
a272f7e5fc
small update
2013-11-26 18:30:13 +01:00
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