README.md in cloudstack-nagios-0.7.0 vs README.md in cloudstack-nagios-0.7.1

- old
+ new

@@ -89,10 +89,16 @@ ```bash $ cs-nagios nagios_config capacity_services ``` +Generate nagios service configuration for async job checks: + +```bash +$ cs-nagios nagios_config asyncjobs_services +``` + ### System VM checks For all vm checks access to the cloudstack management network is required in order to run the ckecks via ssh or snmp. #### Check system vms over ssh @@ -128,17 +134,27 @@ ```bash $ cs-nagios check capacity memory --zone ZUERICH_IX ``` -### Storage Pool checks +### Storage pool checks Checks the available disk space on Cloudstack storage pools. Example: ```bash $ cs-nagios check storage_pool --pool_name fs_cs_zone01_pod01 +``` + +### Async jobs checks + +Checks the number of pending async jobs. + +Example: + +```bash +$ cs-nagios check async_jobs ``` ## References * [Cloudstack API documentation](http://cloudstack.apache.org/docs/api/apidocs-4.2/TOC_Root_Admin.html)