Skip to content

Commit

Permalink
update sudoers to allow icinga user. fixes #171
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 12, 2017
1 parent 56b5bbd commit e33601d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [4.0.8] - UNRELEASED

- update sudoers to allow icinga user, #171

[4.0.8]: https://github.com/glensc/nagios-plugin-check_raid/compare/4.0.7...master

## [4.0.7] - 2017-06-18
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Monitoring/Plugin/CheckRaid/Sudoers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sub sudoers {
# setup alias, so we could easily remove these later by matching lines with 'CHECK_RAID'
# also this avoids installing ourselves twice.
"# Lines matching CHECK_RAID added by $0 -S on ". scalar localtime,
"User_Alias CHECK_RAID=nagios",
"User_Alias CHECK_RAID=nagios, icinga",
"Defaults:CHECK_RAID !requiretty",

# actual rules from plugins
Expand Down

0 comments on commit e33601d

Please sign in to comment.