Hey,
I have this conf :
Code:
define servicedependency{
hostgroup_name H-GRP_exemple
service_description SNMP CHECK
dependent_service_description CROND,NTPD,Postfix,FIREWALL_RULES,Mailqueue,SYSLOGD,PUPPETD
execution_failure_criteria w,u,c,p
inherits_parent 0
dependency_period T-PER_24x7
notification_failure_criteria u,w,c,p
}
but if i launch check config :
Code:
# /etc/init.d/shinken check
Doing config check
full result is in /tmp/shinken_checkconfig_result ... (warning).
ConfigCheck failed: AttributeError: 'Servicedependency' object has no attribute 'host_name' ... failed!
failed!
But Shinken seems to manage the parameter "hostgroup_name" ...
CF:
=servicedependency#service_dependency_definitions]http://www.shinken-monitoring.org/wiki/official/advancedtopics-objecttricks?s[]=servicedependency#service_dependency_definitions
:
Note : with "host_name ' it works fine --- All services in "dependent_service_description" and in service_description exist
Thx