Skip to content

Commit 7b128fa

Browse files
committed
agents: timeout should be critical for parent as well
1 parent d812058 commit 7b128fa

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugins-available/agents/lib/Thruk/Agents/SNClient/Checks

1 file changed

+1
-1
lines changed

plugins/plugins-available/agents/lib/Thruk/Agents/SNClient/Checks/Base.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sub get_checks {
3939
'id' => 'version',
4040
'name' => 'agent version',
4141
'check' => 'check_snclient_version',
42-
'nscweb' => '-e CRITICAL',
42+
'nscweb' => '-e CRITICAL -t 10:CRITICAL',
4343
};
4444

4545
if($inventory->{'uptime'}) {

0 commit comments

Comments
 (0)