Sha256: 92863399b508885d8a70a39a70b909612695b81eae1f73ed19fe7747b9f10c86
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
############################################################################### # # Host configuration file # # Created by: # Date: <%= Date.new %> # 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-memory command_line cs-nagios check memory -H $HOSTADDRESS$ -w $ARG1$ -c $ARG$ register 1 } define service { hostgroup_name Cloudstack-SystemVM service_description Memory display_name Memory servicegroups Cloudstack-SystemVM use Generic-Service,service-pnp check_command cs-nagios_check-memory!80!90 register 1 } ############################################################################### # # Host configuration file # # END OF FILE # ###############################################################################
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cloudstack-nagios-0.3.0 | lib/cloudstack-nagios/templates/cloudstack_routers_services.cfg.erb |
cloudstack-nagios-0.2.0 | lib/cloudstack-nagios/templates/cloudstack_routers_services.cfg.erb |