Mongodb plugin

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Gulya1958
Posts: 1
Joined: Fri Nov 27, 2020 3:12 pm

Mongodb plugin

Post by Gulya1958 »

Hi guys. Please help guys. After installing the Mongodb plugin in Centreon, I call the command and get the wrong username / password.
[nagios-plugin-mongodb] # ./check_mongodb.py -H x.x.x.x -P 27017 -u xxxxx -p xxxxx -A memory -W 20 -C 28
Username/Password incorrect
Username and password are correct. What else can I do?
Centreon 19.04.4
PaulWen
Posts: 1
Joined: Tue Dec 01, 2020 4:56 am

Re: Mongodb plugin

Post by PaulWen »

The problem is if you just install the mongodb plugin grails will see ambiguous domain mappings and errors like these popups buy essays. You need to either:
Remove hibernate plugin like this:
grails uninstall-plugin hibernate
Also remove these lines from BuildConfig.groovy:
runtime ": database-migration: 1.1"
Locked