Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/common/templates/nagios/nrpe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ nrpe_user={{ nrpe_user }}
nrpe_group={{ nrpe_group }}

allowed_hosts={{ nagios_allowed_hosts }}
dont_blame_nrpe=0
dont_blame_nrpe=1
debug=0
command_timeout=60
command_timeout=300
connection_timeout=300

command[check_users]={{ nagios_plugins_directory }}/check_users --warning=5 --critical=10
Expand Down