Add hardware/system diag info to node status #154
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Would be useful to have hourly or daily checks on various aspects be reported through the PVC interface.
What to add is quite open-ended. Will have to think about what useful information there is to show. First and most obvious one would be whether PVC itself is up-to-date. Another could be "freshness" information.
I definitely think leveraging part of the check_mk_agent system for this might be worthwhile. At regular intervals (say every minute so every ~12 keepalives), the plugins can run and save output which could be read and parsed by the client into useful information.
This actually wouldn't work as well as-is as would be obvious. Probably better to make our own "plugin" system that allows arbitrary things to monitor then build a coherent check framework around them. This would also allow for the interpreration of this data to affect the
pvc status
output.