Skip to content
Snippets Groups Projects
Commit 51fe96cd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

check_journallog: add sudo

parent 71a787b9
Branches
No related tags found
1 merge request!186update check_journallog
......@@ -11,7 +11,6 @@
# 2023-10-12 v0.1 <axel.hahn@unibe.ch> initial version
# ======================================================================
. $( dirname $0 )/inc_pluginfunctions
export self_APPVERSION=0.1
......
......@@ -8,6 +8,11 @@ This check requires access to journalctl.
## Requirements
* `journalctl` binary
* sudo permissions to `journalctl`
```txt
icingaclient ALL=(ALL) NOPASSWD: /bin/journalctl
```
## Syntax
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment