ip-tag
Tag host by their IP ranges
shinken install ip-tag
| Maintainer | |
|---|---|
| Version | 1.4 last updated 12y ago |
| Keywords | module , arbiter , ip |
| Repository | https://github.com/shinken-monitoring/mod-ip-tag |
| Homepage | http://github.com/shinken-monitoring/mod-ip-tag |
| Starred by (0) |
mod-ip-tag
Shinken module for tagging hosts based on their IP range. The module definition looks as:
define module{ module_name DMZ_Zone module_type ip-tag ip_range 172.10.0.0/24 method replace property poller_tag value DMZ }
Properties
module_name
Set what yoy want here, must be unique
module_type
Should be ip-tag
ip_range
The IP Range where the tag will apply. Will look at the host address name resolution or it's ip if it's already an IP


