]> git.pld-linux.org Git - projects/nagios-config.git/blame - contacts.cfg
- check_https same prototype as check_http
[projects/nagios-config.git] / contacts.cfg
CommitLineData
8934a459 1################################################################################
cff08d9a 2# Object config file for Nagios
444fff48 3# $Id$
8934a459
ER
4#
5################################################################################
6
7################################################################################
444fff48 8# CONTACTS.CFG - CONTACT/CONTACTGROUP DEFINITIONS
8934a459
ER
9#
10################################################################################
11
6fc49599
ER
12# Just one contact defined by default - the Nagios admin (that's you)
13# This contact definition inherits a lot of default values from the 'generic-contact'
14# template which is defined elsewhere.
8934a459 15
6fc49599
ER
16define contact {
17 ; Short name of user
18 contact_name nagios-admin
19 ; Inherit default values from generic-contact template (defined in templates.cfg)
20 use generic-contact
21 ; Full name of user
22 alias Nagios Admin
8934a459 23
6fc49599
ER
24 ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
25 email nagios@localhost
8934a459
ER
26}
27
6fc49599 28# vim:ts=4:sw=4:ft=nagios
This page took 0.035789 seconds and 4 git commands to generate.