Search found 1 match

by phamcong96hy
Mon Apr 27, 2020 9:01 pm
Forum: Open Source Nagios Projects
Topic: Time to run a command in Nagios Core
Replies: 1
Views: 976

Time to run a command in Nagios Core

I am installing Nagios Core 4.3.2 on Centos 8. When I write a plugin /usr/local/nagios/libexec/check_defacement.sh set in tor and curl. in the check_defacement.sh file, there is a segment: service tor start curl -s --socks5-hotsname 127.0.0.1:9050 - $url > /tmp/check_defacement_ $url service tor sto...