]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: Increase NRPE command timeout
authorDavid Galloway <dgallowa@redhat.com>
Tue, 5 Oct 2021 14:24:12 +0000 (10:24 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 5 Oct 2021 14:24:12 +0000 (10:24 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/common/templates/nagios/nrpe.cfg

index d866f6d4bc0361f4fcd163e5ac95561c5bda03f6..6920aa5a41297d6b52314db8b03949d3a3a0016b 100644 (file)
@@ -12,7 +12,7 @@ nrpe_group={{ nrpe_group }}
 allowed_hosts={{ nagios_allowed_hosts }}
 dont_blame_nrpe=0
 debug=0
-command_timeout=60
+command_timeout=300
 connection_timeout=300
 
 command[check_users]={{ nagios_plugins_directory }}/check_users --warning=5 --critical=10