How it works :

Any package can be installed by using shinken install

Add your package to this index by using shinken publish


ip-tag

Tag host by their IP ranges

shinken install ip-tag

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