monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

kvm: Maybe extend monitoring for VMs

Open markuslf opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Using virsh:

    cpu-stats                      show domain cpu statistics
    domblkstat                     get device block stats for a domain
    domifstat                      get network interface stats for a domain
    domstats                       get statistics about one or multiple domains
    nodecpustats                   Prints cpu stats of the node.
    nodememstats                   Prints memory stats of the node.

Getting all VMs: virsh list

Might improve identifying source of some problems (on host/node or in VM/domain). Could be done in separate check plugins.

Describe the solution you'd like

No response

Alternatives

No response

Additional context

No response

markuslf avatar Feb 20 '23 10:02 markuslf