Skip to content

Nagios plugin for monitoring Proxmox hypervisors.

Notifications You must be signed in to change notification settings

kasper5/proxmox-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Nagios plugin for monitoring Proxmox hypervisors.

Check if a Proxmox node is online:

python3.7 proxmox-monitor.py check-node --node <node_name> --node-status

Check memory usage on a Proxmox node:

python3.7 proxmox-monitor.py check-node --node <node_name> --mem-usage

Check if a service is running on a Proxmox node:

python3.7 proxmox-monitor.py check-node --node <node_name> --service pveproxy

Check subscription status on a Proxmox node:

python3.7 proxmox-monitor.py check-node --node <node_name> --sub-status

About

Nagios plugin for monitoring Proxmox hypervisors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages