Andreas Bachlechner
09e2354950
Fix format.
2021-10-11 16:48:41 +02:00
Jordi Sanfeliu
fd3a4aa46f
removed extra parenthesis #349
2021-10-11 11:15:08 +02:00
Jordi Sanfeliu
94b98aee29
Merge pull request #349 from bachandi/ipmiNan
...
Add option to show nan instead of 0 for missing data in ipmi.
2021-10-11 11:08:47 +02:00
Jordi Sanfeliu
215e8d6d88
update Changes
2021-10-11 11:01:14 +02:00
Andreas Bachlechner
ac257d3b41
Add gap_on_all_nan option to disk.pm
2021-10-10 00:39:38 +02:00
Andreas Bachlechner
d0c81115a2
Add use_nan_for_missing_data opton to disk.pm
2021-10-10 00:39:38 +02:00
Andreas Bachlechner
276e04fd83
Add respect_standby to disk.pm to avoid waking up sleeping disks.
2021-10-10 00:39:33 +02:00
Andreas Bachlechner
8231a18fb1
Change nan creation location
2021-10-08 01:48:58 +02:00
Andreas Bachlechner
4b6b3bfc08
Only create the nan once per loop.
2021-10-07 18:52:25 +02:00
Andreas Bachlechner
4f33fd727c
Add options to use nan instead of 0 for missing data and to show gaps
...
only if all data are invalid.
- use_nan_for_missing_data = y
- gap_on_all_nan = y
This is useful if missing data could otherwise be misinterpreted as valid.
Default behaviour does not change.
2021-10-06 12:17:24 +02:00
Jordi Sanfeliu
25de78d2bd
Merge pull request #355 from bachandi/fix_du_refresh_interval
...
Fix du refresh interval setting for values that are not multiples of 60.
2021-10-01 08:49:22 +02:00
Andreas Bachlechner
53b52d748d
Fix du refresh interval setting for values that are not multiples of 60.
2021-09-30 16:31:03 +02:00
Jordi Sanfeliu
7f6d63d7b5
Merge pull request #354 from bachandi/ipmi_rigid_list
...
Fix rigid and limit value usage.
2021-09-30 10:08:34 +02:00
Andreas Bachlechner
7d13171e35
Fix rigid and limit value usage.
...
Before only the first value was used for all plots.
2021-09-30 10:00:04 +02:00
Jordi Sanfeliu
8adeb0c42d
small fix in 'du.pm' documentation #324
2021-09-30 09:49:22 +02:00
Jordi Sanfeliu
6c024fc835
Merge pull request #353 from bachandi/du_refresh_interval
...
Disk usage refresh interval
2021-09-30 09:19:33 +02:00
Andreas Bachlechner
17b43710b4
Add documentation for refresh_interval.
2021-09-30 09:13:17 +02:00
Andreas Bachlechner
552be17e39
Change refresh_interval from minutes to seconds.
2021-09-30 08:41:55 +02:00
Andreas Bachlechner
d1d5d5510e
Also tune the rrd heartbeat to the refresh interval.
2021-09-29 14:07:04 +02:00
Jordi Sanfeliu
32848627a0
Merge branch 'master' of github.com:mikaku/Monitorix
2021-09-29 09:28:30 +02:00
Jordi Sanfeliu
9909b53351
updated documentation #350
2021-09-29 09:28:18 +02:00
Jordi Sanfeliu
af8dd97e74
Merge pull request #350 from bachandi/gensens_units
...
Simplify unit correction in gensens.
2021-09-29 09:12:43 +02:00
Andreas Bachlechner
a755957380
Add refresh_interval option in minutes to du.pm
2021-09-28 13:12:35 +02:00
Jordi Sanfeliu
4947d2ed39
Merge branch 'master' of github.com:mikaku/Monitorix
2021-09-28 08:51:31 +02:00
Jordi Sanfeliu
4e276683d3
updated documentation #347
2021-09-28 08:50:52 +02:00
Jordi Sanfeliu
5a9e968144
Merge pull request #348 from bachandi/smbcounter
...
Fix smb counter in user.pm in case smb is not installed.
2021-09-28 08:44:43 +02:00
Jordi Sanfeliu
79d6ae6e27
Merge pull request #347 from bachandi/ambsensCmdArguments
...
Add argument usage to cmd option in ambsens.
2021-09-28 08:41:18 +02:00
Andreas Bachlechner
c2d2853d89
Simplify unit correction in gensens.
...
Remove limit of units having to be in powers of 10
by using a division by the unit incase it is not 0.
2021-09-27 17:52:02 +02:00
Andreas Bachlechner
247693f24b
Fix variable name to snake_case style.
2021-09-27 17:34:36 +02:00
Andreas Bachlechner
ac8b4a0eae
Fix smb counter in user.pm in case smb is not installed.
...
Before the smb value was -1 if no smbstatus was found, resulting in -nan values.
Now the behaviour is the same as for macusers.
2021-09-24 14:43:43 +02:00
Andreas Bachlechner
b8f9d73a94
Add arguemt usage to cmd option in ambsens.
2021-09-24 11:15:43 +02:00
Jordi Sanfeliu
41c14beba6
updated the documentation to include all these new options #344
2021-09-24 10:22:13 +02:00
Jordi Sanfeliu
c98cba0f6f
Merge pull request #344 from bachandi/moreGensensIdentifier
...
Add fan speed, power and percentage identifiers to gensens.
2021-09-24 10:17:40 +02:00
Andreas Bachlechner
93f0e4639c
Add byte graph in bytes to gensens via 'byt' identifier.
2021-09-23 12:09:41 +02:00
Andreas Bachlechner
8fc243df90
Add pct graph in Percent (%) to gensens via 'pct' identifier.
2021-09-23 10:23:24 +02:00
Andreas Bachlechner
4f4428230e
Add fan graph in RPM to gensens via 'fan' identifier.
2021-09-23 10:20:27 +02:00
Andreas Bachlechner
ce912059b4
Add power graph in Watts to gensens via 'pwr' identifier.
2021-09-23 10:15:26 +02:00
Jordi Sanfeliu
ac1dda2b19
enhanced the quality of the favicon image
2021-09-22 08:37:13 +02:00
Jordi Sanfeliu
1d855aa04c
added some changes to 'monitorix-alert.sh' to be able to symlink it and act as a generic alert script
2021-08-31 10:09:06 +02:00
Jordi Sanfeliu
1f44f69b84
fixed to not treat option 'graph_name' as special as it ends up duplicating graphs
2021-08-31 09:18:07 +02:00
Jordi Sanfeliu
a64381853b
Merge pull request #340 from bachandi/webappfullscreen
...
Add posibility to view the website as web app in full screen mode
2021-08-30 11:26:52 +02:00
Jordi Sanfeliu
de6d9e19c8
Merge pull request #341 from bachandi/mainmenubutton
...
Add config option to show a main menu button.
2021-08-26 17:46:58 +02:00
David Hummel
3dfe4972c5
Fixed `zoomed image won't fit in the pop-up window` for SVG image_format
2021-08-25 13:36:13 -07:00
Andreas Bachlechner
9ee62e9a62
Add config option to show a main menu button.
2021-08-22 15:41:04 +02:00
Andreas Bachlechner
32252c8ff4
Add posibility to view the website as web app in full screen mode
2021-08-21 09:37:20 +02:00
Jordi Sanfeliu
777a74ba46
update Changes
2021-08-06 10:06:51 +02:00
Jordi Sanfeliu
e06aa33218
fixed (by just commenting out some lines) the <map> option in 'disk.pm'
2021-08-03 09:52:12 +02:00
Jordi Sanfeliu
e12df74724
fixed to honour the <map> option on graphs 2 and 3 in 'disk.pm'
2021-08-03 09:45:13 +02:00
Jordi Sanfeliu
2a356402e5
small change in documentation
2021-06-03 10:02:51 +02:00
Jordi Sanfeliu
de3cdc655e
added support of the new argument '-s' also in monitorix.cgi
2021-05-31 12:31:04 +02:00