mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
Create readme.md
This commit is contained in:
parent
0440124d3a
commit
ffbdd754d4
9
check_xroad_token/readme.md
Normal file
9
check_xroad_token/readme.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user