diff --git a/templates/sudoers.j2 b/templates/sudoers.j2
index 888196a1703a44ff44e5604a4d2c66a63b1938f7..802f0ee1d6503ce28b00bd564cc9ce217c0909ae 100644
--- a/templates/sudoers.j2
+++ b/templates/sudoers.j2
@@ -11,11 +11,8 @@ root    ALL=(ALL:ALL) ALL
 {{ host_user }} ALL=(ALL) ALL
 {% if host_user2 is defined %}{{ host_user2 }} ALL=(ALL) ALL{% endif %}
 
-nagios ALL=NOPASSWD: /usr/bin/fail2ban-client status
-nagios ALL=NOPASSWD: /usr/bin/fail2ban-client status *
-nagios ALL=NOPASSWD: /usr/bin/fail2ban-client get * banip
-nagios ALL=NOPASSWD: /usr/bin/fail2ban-client get * banip --with-time
-nagios ALL=NOPASSWD: /usr/bin/fail2ban-client get * bantime
+nagios ALL=NOPASSWD: /usr/bin/fail2ban-client banned
+nagios ALL=NOPASSWD: /usr/bin/fail2ban-client ping
 nagios ALL=NOPASSWD: /usr/bin/docker ps --format {{ '{{' }}.Names{{ '}}' }} --filter name=* --no-trunc --quiet --all
 nagios ALL=NOPASSWD: /usr/bin/docker ps --format {{ '{{' }}.Names{{ '}}' }} --filter name=* --no-trunc --quiet
 nagios ALL=NOPASSWD: /usr/bin/docker stats --format {{ '{{' }}.Name{{ '}}' }}\:{{ '{{' }}.CPUPerc{{ '}}' }}\:{{ '{{' }}.MemPerc{{ '}}' }} --no-stream