Search found 1 match
- Tue Apr 21, 2020 3:41 am
- Forum: Open Source Nagios Projects
- Topic: Run check_http without proxy to monitor the url response cod
- Replies: 0
- Views: 1812
Run check_http without proxy to monitor the url response cod
i need to monitor the URl without proxy intervention... can anyone please help me on this? All the articles are with proxy Working with Curl command. curl --noproxy "*" -q localhost:8080/xyz {"status":"UP"} Not working with Nagios Plugin /usr/lib64/nagios/plugins/check_...