1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

Create readme.md

This commit is contained in:
Guðvarður Ólafsson
2022-01-04 13:20:15 +00:00
committed by GitHub
parent 0440124d3a
commit ffbdd754d4

View File

@@ -0,0 +1,9 @@
# Required steps to use this check
```shell
# On RHEL/Centos
sudo semanage permissive -a nrpe_t
sudo setsebool -P nagios_run_sudo 1
sudo yum install nagios-okplugin-check_xroad_token -y
sudo systemctl restart nrpe
```