Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rtoenniges/zabbix-template-dyndns
- Owner: rtoenniges
- Created: 2022-07-05T20:32:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T18:16:25.000Z (over 2 years ago)
- Last Synced: 2023-03-04T14:26:38.038Z (almost 2 years ago)
- Topics: dns, dynamicdns, monitoring, zabbix, zabbix-templates
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```