aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/cassandra/templates/nrpe_service_file.tmpl
blob: ab0b76f5afa5d4e3f661f1d3bb7ef773d98a950b (plain)
1
2
3
4
5
6
7
8
9
10
#---------------------------------------------------
# This file is Juju managed
#---------------------------------------------------
define service {
    use                             active-service
    host_name                       ${NAGIOS_HOSTNAME}
    service_description             ${NAGIOS_HOSTNAME} ${SERVICE_DESCRIPTION}
    check_command                   check_nrpe!${NRPE_CMD_NAME}
    servicegroups                   ${NAGIOS_SERVICEGROUP},
}