]> granicus.if.org Git - icinga2/blob - doc/6.02-comments.md
Fix unit tests.
[icinga2] / doc / 6.02-comments.md
1 ## <a id="comments"></a> Comments
2
3 Comments can be added at runtime and are persistent over restarts. You can
4 add useful information for others on repeating incidents (for example
5 "last time syslog at 100% cpu on 17.10.2013 due to stale nfs mount") which
6 is primarly accessible using web interfaces.
7
8 Adding and deleting comment actions are possible through the external command pipe
9 provided with the `ExternalCommandListener` configuration. The caller must
10 pass the comment id in case of manipulating an existing comment.