fix the nrpe check
This commit is contained in:
parent
5134f3ff40
commit
fd1f4a527b
1 changed files with 7 additions and 2 deletions
|
@ -6,7 +6,7 @@ max_mem_size: 16348
|
|||
num_cpus: 8
|
||||
|
||||
# For the MOTD
|
||||
csi_security_category: High
|
||||
csi_security_category: Low
|
||||
csi_primary_contact: admin@fedoraproject.org / sysadmin-main-members
|
||||
csi_purpose: repospanner git syncing host
|
||||
|
||||
|
@ -19,6 +19,11 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 8.43.84.211 --dport 8443:8445 -j ACCE
|
|||
'-A INPUT -p tcp -m tcp -s 152.19.134.191 --dport 8443:8445 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 140.211.169.199 --dport 8443:8445 -j ACCEPT',]
|
||||
|
||||
nrpe: false
|
||||
nagios_Check_Services:
|
||||
nrpe: false
|
||||
mail: false
|
||||
sshd: false
|
||||
swap: false
|
||||
ping: false
|
||||
|
||||
## End of file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue