Svc Check-2.515.3300
ARGOS API | |
|---|---|
Author: Jerry Chae Description The SVC (Service) Check plugin is for simply checking the network specific service connections by IP address and port number on local or remote machine. This is useful to check “connections” to solutions such as database or web server before an automation scenario attempts to access such solutions. |
Input (Required)
1) Host name (IP address or “localhost”
2) Port number (port number of the solution/service)
Advanced Input (Optional)
1) Return CSV If checked, the plugin will return CSV with 3 headers
Headers are [host, post, status]
If not checked the plugin returns alive or dead status only (default is 1 or 0)
2) Alive code Returns value when the service successfully connected (default is 1)
3) Dead code Returns value when the service connection failed or rejected (default is 0)
Output
Return Value
Contains value of your choice at the Advanced Input
Same for String, CSV, and File
Return Code
0 for success
99 for everything else
How to set parameters
Return Code
Code | Meaning |
|---|---|
0 | Execution successful |
1 | Execution failed |