You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for this project. I'm loving it !
I mainly use it to monitor some external drives and couldn't find a way to modify the disk label in charts.
It is currently showing the devices names (/dev/sdh2 for example). I don't find it very explicit.
Would it be possible to add a configuration that allow end-user to add a custom label for each external drive ?
The text was updated successfully, but these errors were encountered:
I've been thinking about adding an optional config file for the agent, which would be a good place to specify disk options as well.
Something like this, which could be passed to the agent via CONFIG=/path/to/config.yml.
# device informationdevices:
sda1:
name: Extra Disk Onepool01:
name: ZFS Storage Poolio: ["sdc", "sdd", "sde"]# monitor network services / devicesservices:
- name: paperlesshost: 192.168.8.8:8000type: http
- name: security-camerahost: 192.168.8.14type: ping# define custom chartscharts:
- name: HTTP Connectionsdesc: Current number of HTTP connections to the servercmd: example-command | grep xxx | sed 's/xxx/xxx/'
- name: Another Chartdesc: Lorem ipsum dolor sit amet consecteturfile: /path/to/file
There's also a separate issue where device paths can change after reboot on some systems (#294), so we may need to use a different identifier instead, like UUID or mount path.
Hello,
Thank you for this project. I'm loving it !
I mainly use it to monitor some external drives and couldn't find a way to modify the disk label in charts.
It is currently showing the devices names (/dev/sdh2 for example). I don't find it very explicit.
Would it be possible to add a configuration that allow end-user to add a custom label for each external drive ?
The text was updated successfully, but these errors were encountered: