16 Mar
2011
16 Mar
'11
5:48 p.m.
Hi all,
I use different way to manage my hosts.cfg file. I do include custom hosts file like this :
#Site
include ./site/hosts.cfg
In my "site" folder, I get more hosts again, and I set those like this :
include ./site/hosts-srv.cfg
include ./site /hosts-sap.cfg
include ./site /hosts-usine.cfg
include ./site /hosts-net.cfg
include ./site /hosts-ups.cfg
include ./site /hosts-lab.cfg
The issue is when I want to check in my alerts.cfg for page or subpage, all features are set in all hostname.
How can I fix this ?
David Raymond