check: | |
local_glance_api_proc: | |
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C glance-api -u glance -c 1:20" | |
interval: 60 | |
occurrences: 1 | |
subscribers: | |
- local-glance-server | |
local_glance_registry_proc: | |
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C glance-registry -u glance -c 1:10" | |
interval: 60 | |
occurrences: 1 | |
subscribers: | |
- local-glance-server | |
remote_openstack_glance_api: | |
command: "PATH=$PATH:/usr/local/bin oschecks-check_glance_api --os_auth_url='http://:::openstack.host::::5000/v2.0' --os_username=:::openstack.user::: --os_password=':::openstack.password:::' --os_tenant_name=:::openstack.tenant:::" | |
interval: 60 | |
occurrences: 1 | |
subscribers: | |
- remote-network | |
remote_openstack_glance_image_exists: | |
command: "PATH=$PATH:/usr/local/bin oschecks-check_glance_image_exists --os_auth_url='http://:::openstack.host::::5000/v2.0' --os_username=:::openstack.user::: --os_password=':::openstack.password:::' --os_tenant_name=:::openstack.tenant:::" | |
interval: 120 | |
occurrences: 1 | |
subscribers: | |
- remote-network | |
remote_openstack_glance_upload: | |
command: "PATH=$PATH:/usr/local/bin oschecks-check_glance_upload --os_auth_url='http://:::openstack.host::::5000/v2.0' --os_username=:::openstack.user::: --os_password=':::openstack.password:::' --os_tenant_name=:::openstack.tenant:::" | |
interval: 300 | |
occurrences: 1 | |
subscribers: | |
- remote-network |