Skip to content
Snippets Groups Projects
Verified Commit 00e99135 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

fix nagios sudo for check_journal

Related to T3705
parent 0ec2231d
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class profile::icinga2::objects::agent_checks {
'journal_lag_crit' => 3600,
},
sudo => true,
sudo_user => 'journalbeat',
sudo_user => 'root',
},
'check_newest_file_age' => {
arguments => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment