repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git]
/
etc
/
servicegroups.cfg
blob
3007880e12056b28969c017c5991d4e670f45983
1
2
###Service groups are less important than hosts group, but can be useful
3
define servicegroup{
4
servicegroup_name LocalServices
5
alias Local service
6
members localhost,Root Partition
7
}
8
9
define servicegroup{
10
servicegroup_name WebService
11
alias All http service
12
members srv-web-1,Http
13
}
14