-
Monitorix is unable to display the "Core activity" graph in the "Interrupt activity" section.
URL: `/monitorix.cgi?mode=localhost&graph=_int3&when=1day&color=black`
Related log messages:
``…
-
If you grant write permissions to all in the imgs folder (where the png files are generated), a non-privileged user can install a symlink under the directory and target sensitive data, then read the d…
ghost updated
8 years ago
-
2 servers running Ubuntu 16.04, both monitorix running 3.9.0
Enabled multihost on the origin.
```
enabled = y
footer_url = y
graphs_per_row = 2
remotehost_list …
-
Hi!
Is it possible to show Monitorix report/graphs for any specific date or range (even assuming RRD will lower samples resolution)?
Probably, some URL syntax, like http://1.1.1.1:1111/monitorix-c…
-
I just updated Monitorix and I have a new message in the logs :
```
Use of uninitialized value in multiplication (*) at /usr/lib/monitorix/int.pm line 1175.
Use of uninitialized value in multiplicati…
atika updated
8 years ago
-
For debugging, I'd like to generate slightly modified PNG graphs width the `rrdtool graph` utility.
It would be very useful to see in the monitorix debug log the construction strings of the RRD PNG g…
-
Could we have an equivalent to the built-in web server's `https_url` keyword for use without the built-in server? Could be a simple yes/no switch like "force_ssl_links" – or something more sophisticat…
-
[cAdvisor](https://github.com/google/cadvisor) as datasource. That will be a big help of monitoring containers in Monitorix.
kanyi updated
2 years ago
-
FreeBSD has sysctl OIDs whaich are not recognized by monitorix:
```
dev.cpu.X.temperature : Current temperature
hw.acpi.thermal.tzX.temperature : current thermal zone temperature
```
…
z-eos updated
3 years ago
-
monitorix already support netstat command and I think it could be easy to duplicate the module in order to propose snmpnetstat module.
from snmpnetstat command we can get the same connection status. …