Skip to content

Commit 6813a7c

Browse files
Update README.md
1 parent a38a85e commit 6813a7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# check-unifi-controller
22
Checkmk special agent for checking unifi controller
3+
4+
### Usage:
5+
Login into your checkmk instnace user on your checkmk server (e.g. via SSH).
6+
Download and install the checkmk agent:
7+
~~~
8+
wget https://github.com/bashclub/check-unifi-controller/releases/download/v0.87/unifi_controller-0.87.mkp
9+
mkp install ./unifi_controller-0.87.mkp
10+
~~~
11+
12+
### Configure Agent
13+
Login into your checkmk website and go to "Setup" -> "Agents" -> "Other integrations" (Datasource programs). Under the category "Hardware" click on "Unifi Controller via API" and create a new rule.
14+
Fill in the credentials of your Unifi controller, set the HTTPS Port, define the site name (if other than default), check "Ignore certificate validation" if using a self signed certificate, select Hostname or IP for storing piggyback data.
15+
Under "Conditions" assign an "Explicit host" with your Unifi Controller Machine.
16+
The agent will carry piggyback data for switches and access points and you can create new hosts to monitor, where piggyback data will be assignesd on exact match (IP or hostname).

0 commit comments

Comments
 (0)