Jordi Sanfeliu
50d7cc3cfc
Merge pull request #417 from bachandi/missing_gaps_on_nan
...
Missing gaps on nan
2022-03-24 10:33:07 +01:00
Jordi Sanfeliu
0ada8cf180
fix to avoid monitorix.conf being overwrited when using Makefile #414
2022-03-23 09:03:18 +01:00
Andreas Bachlechner
9d529b98a2
Add gap_on_all_nan config option to du.pm module.
2022-03-22 09:14:31 +01:00
Andreas Bachlechner
9489cda265
Add gap_on_all_nan config option to fs.pm module.
2022-03-22 08:06:54 +01:00
Jordi Sanfeliu
931e315f79
Merge pull request #416 from bachandi/nvidiagpu_missing_value_fix
...
Coarser check for missing return values of nvidia-smi.
2022-03-21 09:05:37 +01:00
Andreas Bachlechner
e953ed7824
Coarser check for missing return values of nvidia-smi.
...
N/A and [N/A] are already discovered. Maybe we encounter more versions in the future.
2022-03-20 11:24:31 +01:00
Jordi Sanfeliu
3893da5072
Merge pull request #411 from bachandi/legend_alignment_fixes
...
Fix legend alignment in nvidiagpu and amdgpu.
2022-03-11 10:55:00 +01:00
Andreas Bachlechner
4dd94974f1
Fix legend alignment in nvidiagpu and amdgpu.
2022-03-10 14:19:01 +01:00
Jordi Sanfeliu
7f147f4234
update Changes
2022-03-10 09:49:41 +01:00
Jordi Sanfeliu
b637efba76
Merge pull request #407 from bachandi/time_resolution
...
Measure time difference instead of fixed assumption.
2022-03-10 09:44:43 +01:00
Jordi Sanfeliu
c073cf9908
updated documentation #410
2022-03-04 11:38:05 +01:00
Jordi Sanfeliu
899c57a8ba
added support to enable relative URLs in graphs #410
2022-03-04 09:43:13 +01:00
Jordi Sanfeliu
bd8582e0b8
updated manpage #399
2022-03-02 09:00:13 +01:00
Jordi Sanfeliu
1304060215
small fix in the 'chrony.pm' documentation
2022-03-02 08:55:15 +01:00
Jordi Sanfeliu
127095a562
Merge pull request #409 from bachandi/nut_style
...
Style updates to nut module
2022-03-02 08:47:51 +01:00
Jordi Sanfeliu
c20f2aa4b3
Merge pull request #406 from bachandi/lmsens_updates
...
lmsens updates
2022-03-01 07:55:00 +01:00
Andreas Bachlechner
4c0c74f749
Add nominal power to the load legend and print None if no reason is available.
2022-02-28 22:10:49 +01:00
Andreas Bachlechner
c29f1c3325
Add alt_scaling_for_timeleft, alt_scaling_for_battery_voltage and alt_scaling_for_voltage config options to nut module.
...
This option sets the alternative scaling option for the corresponding plots.
2022-02-28 22:09:49 +01:00
Andreas Bachlechner
9bed02ca3f
Add skipscale_for_shutdown_level and skipscale_for_transfer_voltage config option for nut module.
...
If enabled it ignores the corresponding graph when scaling the plot axis.
2022-02-28 22:04:19 +01:00
Andreas Bachlechner
a6b3a2c265
Fix text alignment in battery plot.
...
Now it also aligns correctly if a value is 100%.
2022-02-28 21:59:00 +01:00
Jordi Sanfeliu
f1e79bc90a
fixed graphs layout when using more than one chrony server #408
2022-02-28 17:13:20 +01:00
Jordi Sanfeliu
b8314c34f5
Merge pull request #402 from bachandi/rrd_locking
...
Add rrd locking option
2022-02-28 09:48:30 +01:00
Jordi Sanfeliu
93672947e0
Merge pull request #405 from bachandi/css_updates
...
Use the css style instead of title_fg_color and title_bg_color.
2022-02-25 10:28:26 +01:00
Andreas Bachlechner
d1f029c694
Fix the lock file access if the accessing user is not the owner of the lockfile in a world readable directory.
2022-02-25 09:49:26 +01:00
Jordi Sanfeliu
5093896b0a
Merge pull request #403 from bachandi/nut_updates
...
NUT updates
2022-02-25 09:08:53 +01:00
Andreas Bachlechner
34122c69e3
Increase time difference resolution for fs.pm
2022-02-25 01:11:22 +01:00
Andreas Bachlechner
34a0781caf
Increase time difference resolution for port.pm
2022-02-25 01:10:26 +01:00
Andreas Bachlechner
f505f18eda
Increase time difference resolution for libvirt.pm, net.pm and process.pm.
...
Assuming a 60s time difference between two update calls introduces some
error of up to 3% on the time intervall, especially in parallel mode.
To reduce this error the time difference is measured and not assumed to be 60s.
2022-02-25 01:10:26 +01:00
Andreas Bachlechner
f05e4b5ea4
Also use the default value for placeholder values.
2022-02-25 00:49:53 +01:00
Andreas Bachlechner
e046987f6f
Add gap_on_all_nan option to lmsens.
2022-02-25 00:16:37 +01:00
Andreas Bachlechner
63c800fc7b
Add use_nan_for_missing_data option to lmsens.
2022-02-25 00:15:36 +01:00
Andreas Bachlechner
34ea9fe59b
Add support for mV unit to voltage keys in lmsens.
2022-02-25 00:14:15 +01:00
Andreas Bachlechner
624c34459d
Use the css style instead of title_fg_color and title_bg_color.
2022-02-24 19:16:30 +01:00
Andreas Bachlechner
284cae9fdc
Print the used upsc call.
2022-02-24 18:39:58 +01:00
Andreas Bachlechner
780e067604
Add ignore_error_output option to nut.pm
...
This option, when enabled, suppresses error output from upsc.
2022-02-24 10:08:44 +01:00
Andreas Bachlechner
d3f2558352
Add gap_on_all_nan option to nut.pm
...
This option shows gaps only if all data points are nan instead of requiring only one to be nan for a gap.
2022-02-24 10:07:27 +01:00
Andreas Bachlechner
c6447adc80
Add use_nan_for_missing_data option to nut.pm
2022-02-24 10:04:13 +01:00
Jordi Sanfeliu
544152cd37
added the option 'use_nan_for_missing_data' to 'fs.pm' #399
2022-02-24 09:11:45 +01:00
Andreas Bachlechner
8f7deef03f
Updating the rrd needs to have the exculsive lock and emailreports do not need
...
to have a lock as it just creates an cgi request which has its own lock.
2022-02-23 13:23:43 +01:00
Andreas Bachlechner
97669bfe65
Change lockfile suffix to .lock.
2022-02-23 13:18:33 +01:00
Andreas Bachlechner
a739e5dacb
Add rrd locking.
...
- Add an enable_rrd_lock config option to enable it.
- It creates a lock file and uses it via flock when reading and writing rrd files.
2022-02-23 11:55:15 +01:00
Jordi Sanfeliu
f4dda71be8
updated manpage #399
2022-02-22 08:53:02 +01:00
Jordi Sanfeliu
cdfd245bf9
Merge pull request #397 from bachandi/nvme_improvements
...
Nvme plot additions
2022-02-22 08:49:03 +01:00
Jordi Sanfeliu
074837139a
added the option 'use_nan_for_missing_data' to 'du.pm' #399
2022-02-21 11:56:59 +01:00
Andreas Bachlechner
e252e8f6ff
Remove show_more_extened_plots config option. It is now default.
2022-02-19 00:17:28 +01:00
Jordi Sanfeliu
ff9b04d8e4
fixed italic format in all descriptions of the option 'use_nan_for_missing_data'
2022-02-17 09:33:11 +01:00
Jordi Sanfeliu
bcbe589ba5
update Changes
2022-02-10 12:01:28 +01:00
Andreas Bachlechner
4f2ae34a54
Make new nvme load plots optional.
2022-02-10 10:09:50 +01:00
Jordi Sanfeliu
c14fb6757b
fix some indentations #390
2022-02-09 09:34:06 +01:00
Jordi Sanfeliu
6b60e2e837
fix some indentations in #389
2022-02-09 09:31:41 +01:00