mirror of https://github.com/Icinga/icinga2.git
10 lines
523 B
Markdown
10 lines
523 B
Markdown
|
## <a id="comments"></a> Comments
|
||
|
|
||
|
Comments can be added at runtime and are persistent over restarts. You can
|
||
|
add useful information for others on repeating incidents (for example
|
||
|
"last time syslog at 100% cpu on 17.10.2013 due to stale nfs mount") which
|
||
|
is primarly accessible using web interfaces.
|
||
|
|
||
|
Adding and deleting comment actions are possible through the external command pipe
|
||
|
provided with the `ExternalCommandListener` configuration. The caller must
|
||
|
pass the comment id in case of manipulating an existing comment.
|