...
Info |
---|
This page will show you some further debugging options for special agents. |
Status |
---|
colour | Green |
---|
title | LAST TESTED ON CHECKMK 2.3.0P1 |
---|
|
Panel |
---|
borderColor | black |
---|
bgColor | #f8f8f8 |
---|
title | Topic Articles |
---|
|
Child pages (Children Display) |
---|
|
...
Tip |
---|
Detailed documentation about special agents can be found here. |
Information
If you use special agents installed from a Feature Pack, you can find the special agents they are stored in:
Code Block |
---|
|
OMD[mysite]:~$ ~/local/share/check_mk/agents/special/ |
...
Code Block |
---|
|
OMD[mysite]:~$ ~/share/check_mk/agents/special/ |
.
How To find out the exact command to execute the special agent manually?, use the below command:
Code Block |
---|
|
OMD[mysite]:~$ cmk -D <HOSTNAME> | grep -A3 "^Type of agent:" |grep "Program:" |cut -f2 -d':' |
With this command, you will get the special agent call. Now you can continue the debugging.
...
.
...
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | ~anastasios.thomaidis |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "special_agent" , "agent" , "special" , "troubleshooting" ) and type = "page" and space = "KB" |
---|
labels | special_agent special agent |
---|
|
...