Skip to content
Snippets Groups Projects

journallog: update sudo command; set v1.0

Merged Hahn Axel (hahn) requested to merge 6683-parametrize-snmp_printer_wrapper into master
2 files
+ 19
16
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -20,7 +20,7 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/journalctl
@@ -20,7 +20,7 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/journalctl
______________________________________________________________________
______________________________________________________________________
CHECK_JOURNALLOG
CHECK_JOURNALLOG
v0.1
v1.0
(c) Institute for Medical Education - University of Bern
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
Licence: GNU GPL 3
@@ -30,6 +30,7 @@ ______________________________________________________________________
@@ -30,6 +30,7 @@ ______________________________________________________________________
Show number of lines in journallog per min.
Show number of lines in journallog per min.
A strong change of the written lines per min COULD indicate a problem.
A strong change of the written lines per min COULD indicate a problem.
 
It requires sudo permission on /bin/journalctl
The status is ...
The status is ...
- unknown - if journalctl is not available
- unknown - if journalctl is not available
@@ -61,7 +62,6 @@ EXAMPLES:
@@ -61,7 +62,6 @@ EXAMPLES:
Set warning level to 100 written lines per min but
Set warning level to 100 written lines per min but
no critical limit. This check then never will send a
no critical limit. This check then never will send a
critical status.
critical status.
```
```
## Examples
## Examples
Loading