############################################################################### # # 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 # ###############################################################################