Merge "Install pymongo 2.8 for mod-mongodb"
This commit is contained in:
commit
9a0a1578c5
@ -21,7 +21,7 @@ RUN shinken install webui
|
||||
RUN shinken install auth-cfg-password
|
||||
RUN pip install influxdb && shinken install mod-influxdb
|
||||
RUN shinken install ws-arbiter
|
||||
RUN pip install pymongo && shinken install mod-mongodb
|
||||
RUN pip install pymongo==2.8 && shinken install mod-mongodb
|
||||
|
||||
## plugins
|
||||
RUN apt-get install -y nagios-plugins
|
||||
|
@ -5,7 +5,7 @@
|
||||
define module {
|
||||
module_name mongodb
|
||||
module_type mongodb
|
||||
uri mongodb://mongo/?safe=false
|
||||
uri mongodb://mongo/
|
||||
database shinken
|
||||
#username username ;optional
|
||||
#password password ;optional
|
||||
|
Loading…
x
Reference in New Issue
Block a user