repo.or.cz
/
omd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
check_logfiles: 3.7.5.1
[omd.git]
/
packages
/
shinken
/
MONGODB.hook
blob
b01e9f582fd5f3f29dffb30d16c2a92c97539cda
1
#!/bin/bash
2
3
# Alias: Start site-local MongoDB Daemon
4
# Menu: Addons
5
# Description:
6
# If you want to use addons based on MongoDB (like distributed
7
# log storage for Shinken), then you can activate
8
# this option and a site specific MongoDB daemon will be started.
9
10
case
"
$1
"
in
11
default
)
12
echo
"off"
13
;;
14
choices
)
15
echo
"on: enable"
16
echo
"off: disable"
17
;;
18
esac