Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
README.md 1.1 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# Cisco ISE REST API speial agent

**Note: this package is for CheckMK version 2.x.**

This Agent uses die Cisco ISE Monitoring and ERS REST API.

Check Info:

* *services*: 	cisco_ise_sessioncounters
* *inventory*: inv_cisco_ise_base


Sample output

<<<cisco_ise_sessioncounters:sep(0)>>>

{"activecount": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><sessionCount><count>0</count></sessionCount>", "posturecount": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><sessionCount><count>0</count></sessionCount>", "profilercount": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><sessionCount><count>0</count></sessionCount>", "activelist": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><activeList noOfActiveSession=\"0\"/>", "authlist": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><activeList noOfActiveSession=\"0\"/>"}
<<<cisco_ise_version:sep(0)>>>

{"version": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><product name=\"Cisco Identity Services Engine\"><version>3.0.0.458</version><type_of_node>0</type_of_node></product>"}