Skip to content

Commit

Permalink
Fix typo in sudoers config for ENV usage (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrimann authored Mar 18, 2024
1 parent 94f2278 commit 2fa57dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ template CheckCommand default {
If you are also using `sudo` to call some plugins from within Icinga, you will also need to set this in your `/etc/sudoers.d/whatever.sudoers`:

```
Default env_keep += "http_proxy https_proxy"
Defaults env_keep += "http_proxy https_proxy"
```

Pro tips:
Expand Down

0 comments on commit 2fa57dd

Please sign in to comment.