/etc/shinken/servicegroups.cfg is in shinken-core 0.6.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | ###Service groups are less important than hosts group, but can be useful
define servicegroup{
servicegroup_name LocalServices
alias Local service
members localhost,Root Partition
}
|