Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_via_http
0.1.3
2022-10-16
- Nagios 4.x
ryochin
MIT
1876
File | Description |
---|---|
nagios-plugin-check-via-http-0.1.3.tar.gz | Source Code |
nagios-plugin-check-via-http_v0.1.3_x86_64-unknown-linux-musl.zip | x86_64 Linux Executable |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Example:
define command {
command_name check_my_something
command_line $USER1$/check_via_http -H localhost -p 5000 -u /check/something -q 'id=42' -q 'criteria=high'
}
Help:
Simple Nagios Plugin of remote HTTP Executor
USAGE:
check_via_http [OPTIONS]
OPTIONS:
-h, --help Print help information
-H, --hostname HTTP hostname [default: localhost]
-p, --port HTTP port [default: 80 on http, 443 on https]
-q, --query Queries (multiple times)
-s, --ssl use HTTPS (https://)
-t, --timeout Timeout [default: 15]
-u, --uri HTTP uri [default: /]
-V, --version Print version information
define command {
command_name check_my_something
command_line $USER1$/check_via_http -H localhost -p 5000 -u /check/something -q 'id=42' -q 'criteria=high'
}
Help:
Simple Nagios Plugin of remote HTTP Executor
USAGE:
check_via_http [OPTIONS]
OPTIONS:
-h, --help Print help information
-H, --hostname
-p, --port
-q, --query
-s, --ssl use HTTPS (https://)
-t, --timeout
-u, --uri
-V, --version Print version information
Reviews (0)
Be the first to review this listing!