]> granicus.if.org Git - icinga2/commitdiff
Documentation: fix sudoers file name 6803/head
authorBarbUk <julien.virey@gmail.com>
Thu, 29 Nov 2018 21:32:20 +0000 (01:32 +0400)
committerBarbUk <julien.virey@gmail.com>
Thu, 29 Nov 2018 21:32:20 +0000 (01:32 +0400)
doc/10-icinga-template-library.md

index 5d57d3275c2b247910758e74ddf3425cbe6dbd1a..b2e00fe55c14b49b6cc39890399dd3438c7a6474 100644 (file)
@@ -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
 ```