shinken-monitoring / mod-ip-tag

Shinken module for tagging hosts based on their IP range
GNU Affero General Public License v3.0
2 stars 1 forks source link

Remove useless execution rights #1

Open titilambert opened 10 years ago

titilambert commented 10 years ago

I also add a patch about config comments... I'm not sure about it ... could you confirm it ?

Thanks !

naparuba commented 10 years ago

nop, replace is replace if something else, set is "just erase even if nothing".

cf the code https://github.com/titilambert/mod-ip-tag/blob/master/module/module.py#L167