]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/git-nagcollect/templates/nagcollect.conf.j2
Initial import
[AnsibleRoles.git] / roles / git-nagcollect / templates / nagcollect.conf.j2
1 # /usr/local/etc/nagcollect.conf
2 # Configuration file read by NagCollect tools
3 # ---
4 #  {{ ansible_managed }}
5 # ---
6
7 # HTTP[s] URL of the NagCollect server, including the trailing '/':
8 SERVER_URL="{{ nagcollect_server_url }}"
9
10 # Client key as configured on the server
11 CLIENT_KEY="{{ nagcollect_client_key }}"
12
13 # Client ID to use in Nagios, must be unique!
14 CLIENT_ID="{{ nagcollect_client_id }}"
15
16 # Auto-update local test scripts? [1=yes]
17 AUTOUPDATE=1