Closed jennifer-richards closed 6 years ago
The documentation is here (Painless Security access only)
tids_reqs_pending
does not work but tid_reqs_pending
does.tid_err_count
does not work but tid_error_count
does.The JSON is valid:
-bash-4.2$ for i in version config_files uptime tid_reqs_processed tid_reqs_pending tid_error_count routes peers communities realms rp_clients; do echo -n "${i}: "; trmon tr.qa.painless-security.com 12310 show ${i} 2>/dev/null | jsonlint-php ; done
version: Valid JSON
config_files: Valid JSON
uptime: Valid JSON
tid_reqs_processed: Valid JSON
tid_reqs_pending: Valid JSON
tid_error_count: Valid JSON
routes: Valid JSON
peers: Valid JSON
communities: Valid JSON
realms: Valid JSON
rp_clients: Valid JSON
I still need to work through whether the information returned is correct and up to date.
Verified.
Monitoring interface
show
commandSteps
trmon <host> <port> [...]
with the various argument combinations belowExpected results
Arguments to test
show
show version
show config_files
show uptime
show tid_reqs_processed
show tids_reqs_pending
show tid_err_count
show routes
show peers
show communities
show realms
show rp_clients
show version config_files uptime