Add hardware/system diag info to node status #154

Closed
opened 2022-06-21 01:36:20 -04:00 by joshuaboniface · 3 comments

Would be useful to have hourly or daily checks on various aspects be reported through the PVC interface.

Would be useful to have hourly or daily checks on various aspects be reported through the PVC interface.
joshuaboniface added the
feature
label 2022-06-21 01:36:20 -04:00
joshuaboniface added this to the (deleted) project 2022-09-21 09:52:16 -04:00
Author
Owner

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.

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.
Author
Owner

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.

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.
Author
Owner

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: parallelvirtualcluster/pvc#154
No description provided.