I have setup Zabbix to autodiscover hosts by pinging all IP-address in my range. It then adds the discovered hosts to 'Discovered hosts'.
I have an action:
Conditions:
- Discover rule
- Discover status = discovered
Operations:
- Add host
- Add to host groups: Discovered hosts
- Link to templates: Template TCP service discovery
The template runs a portscanning on the host to see which TCP ports are open.
This all works very well, but portscans every single host every 7 minutes (my guess is that it takes in total 7 minutes to ping all hosts in the network and do a port scan of all the hosts that are up). I would like it to only run once per day or so.
The discovery rule has 'Delay (in sec)' 200000. The 'Template TCP service discovery' has 'update interval' set to 86400.
How do I tell Zabbix to cool it? Don't run the discovery+portscan every 7 minutes.