From: BarbUk Date: Thu, 29 Nov 2018 21:32:20 +0000 (+0400) Subject: Documentation: fix sudoers file name X-Git-Tag: v2.11.0-rc1~250^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe42c091a4ce7a88be1cf87ab97102058f5e9f2b;p=icinga2 Documentation: fix sudoers file name --- diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 5d57d3275..b2e00fe55 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -3112,7 +3112,7 @@ The [btrfs plugin](https://github.com/knorrie/python-btrfs/) is used to check the btrfs storage health on the server. The plugin requires `sudo` permissions. -You can add a sudoers file to allow your monitoring user to use the plugin, i.e. edit /etc/sudoers.d/nagios and add: +You can add a sudoers file to allow your monitoring user to use the plugin, i.e. edit /etc/sudoers.d/icinga and add: ``` icinga ALL=(root) NOPASSWD:/usr/lib/nagios/plugins/check_btrfs ```