Define an environment suffix for use in calls to nagios.
This commit is contained in:
parent
bd727deb0a
commit
81982de371
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ nrpe_check_postfix_queue_crit: 5
|
|||
|
||||
# env is staging or production, we default it to production here.
|
||||
env: production
|
||||
env_suffix:
|
||||
|
||||
# nfs mount options, override at the group/host level
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
freezes: false
|
||||
env: staging
|
||||
env_suffix: .stg
|
||||
host_group: staging
|
||||
|
||||
# This is the wildcard certname for our stg proxies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue