check_logfiles: 3.7.5.1
[omd.git] / packages / shinken / MONGODB.hook
blobb01e9f582fd5f3f29dffb30d16c2a92c97539cda
1 #!/bin/bash
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.
10 case "$1" in
11 default)
12 echo "off"
14 choices)
15 echo "on: enable"
16 echo "off: disable"
18 esac