This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
wiki
Watch
15
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
test fichier de conf
master
pdiogoantunes
3 years ago
parent
2c235e7881
commit
c6e887407d
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
HowtoNagios.md
+ 6
- 0
HowtoNagios.md
View File
@ -2,6 +2,12 @@
*
<
https:
/
/
www
.
nagios
.
org
/
documentation
/
>
## Faire tous les tests d'un fichier de conf
~~~{.bash}
(while read line; do if [[ "$line" =~ ^command ]]; then echo $line; eval $(echo "$line" | cut -d'=' -f2); fi; done)
<
/etc/nagios/nrpe.d/tests.cfg
~~~
## FAQ
### priorité dans nrpe.d/ ?
Write
Preview
Loading…
Cancel
Save