Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Simple Nagios Plugin of remote HTTP Executor. The plugin kicks your web server which returns the check result as JSON like: {"status": 0, "description": "all ok"} then simply prints the description to STDOUT and exits with the given status code.
Current Version
0.1.3
Last Release Date
2022-10-16
Owner
ryochin
Website
https://github.com/ryochin/nagios-plugin-check-via-http
Download URL
https://github.com/ryochin/nagios-plugin-check-via-http/releases
License
MIT
Compatible With
Source Code
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 <HOSTNAME> HTTP hostname [default: localhost] -p, --port <PORT> HTTP port [default: 80 on http, 443 on https] -q, --query <QUERY> Queries (multiple times) -s, --ssl use HTTPS (https://) -t, --timeout <TIMEOUT> Timeout [default: 15] -u, --uri <URI> HTTP uri [default: /] -V, --version Print version information
You must be logged in to submit a review.
To:
From: