Add sevices to servicegroup
Posted: Thu Apr 25, 2013 8:07 am
Hi all,
I know how to create a service group and to add services to it manually. What I want to do is to do it more automatically.
I have created a service template called fileage-sevice. After that I have created several services that use this template to monitor the age of certain logfiles.
Now I would like to create a service group that includes all services that use the fileage-service template.
Unfortunately
does not work.
Any idea how this can be done?
Regards,
Michael
I know how to create a service group and to add services to it manually. What I want to do is to do it more automatically.
I have created a service template called fileage-sevice. After that I have created several services that use this template to monitor the age of certain logfiles.
Now I would like to create a service group that includes all services that use the fileage-service template.
Unfortunately
Code: Select all
define servicegroup{
servicegroup_name LogFiles
alias Log File Monitor
members hostname,fileage-service
}
Any idea how this can be done?
Regards,
Michael