Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtoenniges/zabbix-template-dyndns

Zabbix template to check dynamic dns by monitor WAN and domain IP
https://github.com/rtoenniges/zabbix-template-dyndns

dns dynamicdns monitoring zabbix zabbix-templates

Last synced: about 1 month ago
JSON representation

Zabbix template to check dynamic dns by monitor WAN and domain IP

Awesome Lists containing this project

README

        

# zabbix-template-dyndns
Zabbix template to check dynamic dns by monitor WAN and domain IP

- Domain configurable via macro {$DOMAIN.NAME}
- Trigger "IPvx deprecated" fires after 10 differing values

/etc/zabbix/zabbix_agentd.d/
- domain_ipv4.conf
- domain_ipv6.conf

/etc/zabbix
- send_public_ip.sh

crontab -e
```console
# Send public IP to Zabbix (every minute)
* * * * * /etc/zabbix/send_public_ip.sh
```