Andreas Bachlechner
ea8937a00d
Increase readability for image file names in amdenergy.
2022-02-07 10:21:38 +01:00
Andreas Bachlechner
baef296ac8
Use new graph size large in amdenergy.
2022-02-07 09:38:28 +01:00
Andreas Bachlechner
d86820370c
Merge remote-tracking branch 'mikaku/master' into amdenergy
2022-02-07 09:34:45 +01:00
Jordi Sanfeliu
c0d333f699
Merge pull request #390 from bachandi/intelrapl
...
Add intelrapl.pm to monitor the power consumption of intel-rapl capable devices.
2022-02-07 09:10:34 +01:00
Andreas Bachlechner
ebcda0a6eb
Introduce a new graph_size "large" for modules with only one plot.
...
intelrapl now uses this new graph_size.
2022-02-05 10:23:52 +01:00
Jordi Sanfeliu
e8d5572add
Merge pull request #393 from bachandi/ipmi_map_whitespace_support
...
Add support to rename ipmi sensors with whitespaces in their name.
2022-02-03 17:01:16 +01:00
Andreas Bachlechner
6e0bb3a793
Merge branch 'master' into ipmi_map_whitespace_support
2022-02-03 16:45:16 +01:00
Jordi Sanfeliu
fe3419c5a0
Merge pull request #392 from bachandi/line_padding
...
Add nicer line padding to ipmi and du plots.
2022-02-03 15:40:24 +01:00
Andreas Bachlechner
2b4f1abc8e
Add improved line padding which checks the actually needed lines to du.pm plots.
2022-02-03 15:27:00 +01:00
Andreas Bachlechner
190f68aa4b
Add support to rename ipmi sensors with whitespaces by introducing the whitespace_key_support config option.
2022-02-03 12:18:42 +01:00
Andreas Bachlechner
cd6b03ba62
Add improved line padding which checks the actually needed lines to du.pm plots.
2022-02-03 11:20:35 +01:00
Andreas Bachlechner
8c8bd09f8b
Add improved line padding which checks the actually needed lines to ipmi.pm plots.
2022-02-03 11:20:08 +01:00
Jordi Sanfeliu
c67dd952de
update Changes
2022-02-02 09:35:03 +01:00
Jordi Sanfeliu
46ad5421bf
Merge pull request #388 from bachandi/additional_config_options
...
Add additional_graph_name config option.
2022-02-02 09:28:54 +01:00
Jordi Sanfeliu
c355eda797
Merge pull request #387 from bachandi/imgdir_fix
...
Fix wrong index for image directory.
2022-02-02 09:19:09 +01:00
Andreas Bachlechner
19e20f706e
Formating fixes.
2022-02-01 22:32:55 +01:00
Andreas Bachlechner
86d193f2c3
Add documentation on AMD energy counters.
2022-02-01 16:04:08 +01:00
Jordi Sanfeliu
f50d49cc05
fixed a change in the quotation marks introduced in 3.14 that prevented from sending reports #391
2022-02-01 10:13:30 +01:00
Andreas Bachlechner
53bd054a09
Add additional_graph_name config option.
...
This is an optional configuration option for configuration files
in include_dir. It takes a comma separated list of additional
modules that is appended to the graph_name option. This enables
you to add custom modules without changing the monitorix.conf or
copy all names from graph_name to your config file.
2022-01-30 14:25:15 +01:00
Andreas Bachlechner
5d3db5ea33
Add amdenergy.pm to monitor amd CPU power draw using amd_energy driver and lmsensors.
2022-01-30 10:28:16 +01:00
Andreas Bachlechner
e6fe1356c1
Add intelrapl.pm to monitor the power consumtion of intel-rapl capable devices.
2022-01-30 10:26:02 +01:00
Andreas Bachlechner
fc26d6db8b
Fix wrong index for image directory.
...
The number of plots was wrongly fixed to 3 instead of the actual number.
2022-01-28 17:32:57 +01:00
Jordi Sanfeliu
738bbfd5be
Merge pull request #385 from bachandi/amdgpu_config_fix
...
Fix amdgpu section in monitorix.conf
2022-01-24 09:59:49 +01:00
Andreas Bachlechner
a5a41d3684
Fix amdgpu section in monitorix.conf
...
The documentation is correct but the config file part was still the old version.
2022-01-21 23:26:40 +01:00
Jordi Sanfeliu
4e3d527af7
fixed an error in 'pgsql.pm' if a non-privileged user is used to read the statistics #384
2022-01-20 11:49:49 +01:00
Jordi Sanfeliu
069deafcce
updated README.md
2022-01-18 10:52:18 +01:00
Jordi Sanfeliu
ae6c04bad4
closing version 3.14.0
2022-01-18 10:34:50 +01:00
Jordi Sanfeliu
0e3af86e71
fix indentations in monitorix.conf.5
2022-01-18 09:53:22 +01:00
Jordi Sanfeliu
157d1fa25b
update Changes
2022-01-18 09:00:55 +01:00
Jordi Sanfeliu
e35051ec5c
reduced the timeout from 30 to 5 seconds in 'phpfpm.pm'
2022-01-17 09:48:54 +01:00
Jordi Sanfeliu
d13bb54c0e
fixed to not treat option 'graph_name' as special as it ends up duplicating graphs #383
2022-01-17 09:33:57 +01:00
Jordi Sanfeliu
cd5d991927
improved the way how the process' uptime is collected #311
2022-01-13 11:43:22 +01:00
Jordi Sanfeliu
7d3f2383ee
Merge pull request #382 from bachandi/ambsens
...
Add legend customisation to ambsens.pm
2022-01-13 10:32:19 +01:00
Jordi Sanfeliu
76a55fdd94
Revert "added an alternative mechanism for systems with old 'ps' command lacking of 'etimes' option #311 "
2022-01-13 10:10:59 +01:00
Andreas Bachlechner
0430687694
Add more legend options to ambsens.pm
...
- show_average option to also show average, minimum and maximum in the legend.
- scientific_notation option to print the current values in scientific notation.
2022-01-12 17:59:19 +01:00
Jordi Sanfeliu
dccf48bad5
added an alternative mechanism for systems with old 'ps' command lacking of 'etimes' option #311
2022-01-12 12:44:08 +01:00
Jordi Sanfeliu
ebcc7e514a
fix the '--full-size-mode' parameter to not break backwards compatibility with older versions of RRDtool #342
2022-01-12 10:26:58 +01:00
Jordi Sanfeliu
e7759267f9
fix indentation in monitorix.conf.5 #352
2022-01-11 10:40:01 +01:00
Jordi Sanfeliu
08e7632c34
Merge pull request #381 from bachandi/nvme_extended_plots_default
...
Change nvme default plots to the extended version.
2022-01-11 10:36:37 +01:00
Andreas Bachlechner
af3a8a27d0
Change nvme default plots to the extended version.
2022-01-11 10:15:27 +01:00
Jordi Sanfeliu
bb7ae5ad55
Merge pull request #380 from bachandi/fix_nvme_non_extended_plot
...
Fix nvme non extended plot version.
2022-01-11 08:12:47 +01:00
Andreas Bachlechner
75b3b7e037
Handle unspecified alerts section in nvme.pm
2022-01-10 20:55:36 +01:00
Andreas Bachlechner
56a9b21095
Fix nvme non extended plot version.
...
The selection of plots that need alternative scaling was not set
for the non extended version of the nvme plots.
2022-01-10 20:39:28 +01:00
Jordi Sanfeliu
a28c5809a6
Merge branch 'master' of github.com:mikaku/Monitorix
2022-01-10 10:55:40 +01:00
Jordi Sanfeliu
ea4bdc87a3
updated Changes
2022-01-10 10:55:29 +01:00
Jordi Sanfeliu
758c9fa88d
Merge pull request #377 from hummeltech/PerlSyntaxCheck
...
GitHub Actions for "Syntax Checking" & "Basic Testing"
2021-12-24 09:31:38 +01:00
David Hummel
10331bface
GitHub Actions
2021-12-23 17:37:52 -07:00
Jordi Sanfeliu
7c86c5d77f
make more portable a hash reference to a scalar variable #378
2021-12-23 16:21:57 +01:00
Jordi Sanfeliu
0daa1e75b6
Merge pull request #342 from hummeltech/master
...
Fixed `zoomed image won't fit in the pop-up window` for SVG image_format
2021-12-23 12:16:59 +01:00
David Hummel
363267c34f
Indentation update
2021-12-21 18:59:52 -07:00