cloudalchemy / ansible-node-exporter

Provision basic metrics exporter for prometheus monitoring tool
MIT License
501 stars 270 forks source link

Fix parse warning in systemd service file. When a lot of regexp chars… #221

Closed SamSpiri closed 1 year ago

SamSpiri commented 3 years ago

When put --collector.filesystem.ignored-fs-types=^(sys|proc|auto|fuse.lxc)fs$ --collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run|var/lib/docker/.+|etc/network/interfaces.dynamic.d)($|/) --collector.diskstats --collector.diskstats.ignored-devices=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ into node-exporter.service, the systemd is writing errors in the log of node-exporter. It still works though, but I don't like errors in logs.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

privx-de commented 3 years ago

Can you attach a sample warning?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

SuperQ commented 1 year ago

This role has been deprecated in favor of a the prometheus-community/ansible collection.