Hi all,
Lately I was looking at what I could contribute to the community... and I decided to see if Netskope had a template... I saw that it didn't, so I said to myself... well, let's create it!
In this case the template created is in charge of monitoring the Publishers. It detects the number of publishers and monitors each of them independently and without the need to install anything on the machines (Discovery rule + LLD).
All this is done using the Rest V2 API of Netskope so, you don't need to install any script, just import the template in Zabbix and configure the host macros.
- Netskope Base Url -> {$NETSKOPE.TENANTURL}
- Netskope Token API Rest V2 -> {$NETSKOPE.APITOKEN}
It includes some alerts like:
- EEE capabilty has changed
- DTLS capability has changed
- Publisher version is under 120 (you can change the value in a macro)
- Publisher Latency high >60 (you can change the value in a macro)
- IP has changed
and several more. Have a look in Github. Contributions are welcome!
Template download https://github.com/guillerg86/zabbix-netskope
Lately I was looking at what I could contribute to the community... and I decided to see if Netskope had a template... I saw that it didn't, so I said to myself... well, let's create it!
In this case the template created is in charge of monitoring the Publishers. It detects the number of publishers and monitors each of them independently and without the need to install anything on the machines (Discovery rule + LLD).
All this is done using the Rest V2 API of Netskope so, you don't need to install any script, just import the template in Zabbix and configure the host macros.
- Netskope Base Url -> {$NETSKOPE.TENANTURL}
- Netskope Token API Rest V2 -> {$NETSKOPE.APITOKEN}
It includes some alerts like:
- EEE capabilty has changed
- DTLS capability has changed
- Publisher version is under 120 (you can change the value in a macro)
- Publisher Latency high >60 (you can change the value in a macro)
- IP has changed
and several more. Have a look in Github. Contributions are welcome!
Template download https://github.com/guillerg86/zabbix-netskope

Comment