frazou
frazou
This patch simply implements the `GameDataType.Despawn` packet type through a new DespawnGameDataPacket interface.
Trying to rename a device on LibreNMS while using rrdcached on another host / distinct filesystem fails because LibreNMS cannot find the RRD folder to rename (`Rrd::dirFromHost` returns a file...
# Summary This PR introduces the ability to selectively generate snippets of remediation configuration based on tags # Changes The only significant change is that when negating a line in...
# Summary This PR introduces the ability to filter the unified diffs by configuration tags. It may be preferable to first read https://github.com/netdevops/hier_config/pull/126 in order to have a better understanding...
This is a proposed follow-up for #125 to make the parsing of set-based configurations more robust: - properly skip line comments - use `self.options["negation"]` instead of the hardcoded `delete` when...
Just like in `roles/node_exporter/tasks/main.yml`: the install tasks can be skipped conditionally when process_exporter is already installed and reports the same version as the expected one. This short patch is basically...
# Summary In some cases, specifying a known src path in `mysql_config_include_files` is not possible / complicated and it may be much cleaner to provide raw file content to be...
This CLI flag is useful to prevent process_exporter from putting processes in the wrong groups if it happens to scan them for the first time before they change their command...
`-recheck` already allows process_exporter to put processes which might change name after they start in the right group. However this only works if the initial process name is not matched....