repo.or.cz
/
i18n-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add nagios sample conf
[i18n-zh.git]
/
cauchy
/
nagios
/
servicegroups.cfg
blob
18920dfe271f965483f57d17c0fac0559723965b
1
define servicegroup{
2
servicegroup_name ssh-services
3
alias SSH Services
4
}
5
6
define servicegroup{
7
servicegroup_name db-services
8
alias Database Services
9
}
10
11
define servicegroup{
12
servicegroup_name http-services
13
alias HTTP Services
14
}
15
16
define servicegroup{
17
servicegroup_name https-services
18
alias HTTPS Services
19
}
20
21
define servicegroup{
22
servicegroup_name mail-services
23
alias MAIL Services
24
}
25
26
define servicegroup{
27
servicegroup_name im-services
28
alias IM Services
29
}