Sha256: 2982e2d753e98831352fb839bb8e832c0984f8571b36b6e96ee0829277219c54
Contents?: true
Size: 1.25 KB
Versions: 5
Compression:
Stored size: 1.25 KB
Contents
############################################################################### # # Cloudstack async jobs services configuration file # # Created by: cloudstack-nagios # Date: <%= date %> # Version: Nagios 3.x config file # # --- DO NOT EDIT THIS FILE BY HAND --- # cloudstack-nagios will overwite all manual settings during the next update # ############################################################################### define command { command_name cs-nagios_check-asyncjobs command_line <%= bin_path -%>cs-nagios check async_jobs -w $ARG1$ -c $ARG2$ --config <%= config_file %> register 1 } define service { hostgroup_name Cloudstack-API service_description Cloudstack Async Jobs display_name Cloudstack Async Jobs use Generic-Service,service-pnp check_command cs-nagios_check-asyncjobs!80!90 register 1 } ############################################################################### # # Service configuration file # # END OF FILE # ###############################################################################
Version data entries
5 entries across 5 versions & 1 rubygems