Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_cadvisor
0.3.0
2020-07-17
- Nagios XI
4195
File | Description |
---|---|
check_cadvisor_cmd.PNG | NagiosXI Command Example |
check_cadvisor_service.PNG | NagiosXI Service Check Example |
check_cadvisor_perfdata.PNG | Check-Advisor Performance Data |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
check_cadvisor
Python based script used to monitor docker containers in conjunction with Google's cadvisor.
Requires
Python3
Installed and available in the system path https://www.python.org/downloads/
Python3 Modules
Requests https://requests.readthedocs.io/en/master/
Cadvisor
Cadvisor need be installed and operational on the Docker host https://github.com/google/cadvisor
Script Usage
Permissions
chmod +x chech-cadvisor.py
Execution
./check-cadvisor.py
Required Input
-t/--target "http://fqdn or ip" -p/--port "external port for cadvisor" -n/--container "container name to monitor" -v/--version "cadvisor API version"
Optional Flags
--perfdata "If present will return perfdata for processes with 0/OK state." -d "If present will echo the debug out for functions in script."
Python based script used to monitor docker containers in conjunction with Google's cadvisor.
Requires
Python3
Installed and available in the system path https://www.python.org/downloads/
Python3 Modules
Requests https://requests.readthedocs.io/en/master/
Cadvisor
Cadvisor need be installed and operational on the Docker host https://github.com/google/cadvisor
Script Usage
Permissions
chmod +x chech-cadvisor.py
Execution
./check-cadvisor.py
Required Input
-t/--target "http://fqdn or ip" -p/--port "external port for cadvisor" -n/--container "container name to monitor" -v/--version "cadvisor API version"
Optional Flags
--perfdata "If present will return perfdata for processes with 0/OK state." -d "If present will echo the debug out for functions in script."
Reviews (0)
Be the first to review this listing!