-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16417 FIX Add Configuration Option 'checkmkAgentTimeout'
CMK-16676 Closes: #26 Change-Id: I697df13efc1d6b5279396d626b0c335c51928892
- Loading branch information
1 parent
07d9e0a
commit 5dcabf7
Showing
4 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Title: Add Configuration Option 'checkmkAgentTimeout' | ||
Class: fix | ||
Compatible: compat | ||
Component: node-collector | ||
Date: 1712152033 | ||
Edition: cre | ||
Knowledge: doc | ||
Level: 1 | ||
State: unknown | ||
Version: 1.5.0 | ||
|
||
The machine-sections-collector executes a version of the 'check_mk_agent' to collect information | ||
about the host. Sometimes this script takes more than five seconds, which causes the following | ||
traceback. | ||
|
||
C+: | ||
File "/usr/local/lib/python3.10/subprocess.py", line 1935, in _wait | ||
raise TimeoutExpired(self.args, timeout) | ||
subprocess.TimeoutExpired: Command '['/usr/local/bin/check_mk_agent']' timed out after 5 seconds | ||
C-: | ||
|
||
If you encounter this error, you can configure a longer timeout via the new option | ||
'nodeCollector.machineSectionsCollector.checkmkAgentTimeout' in the 'values.yaml' configuration | ||
file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters