monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remote mongodb host


From: Sar Haidar
Subject: Re: Remote mongodb host
Date: Wed, 7 Mar 2018 21:20:43 +0000

Thanks for the clarification. Would it work if I embed the credentials in the 
connection string?

> On Mar 7, 2018, at 4:15 PM, address@hidden wrote:
> 
> The mongodb protocol test doesn't support an username and password
> 
> 
> 
>> On 7 Mar 2018, at 22:09, Sar Haidar <address@hidden> wrote:
>> 
>> I’m trying to use monit to verify the connection between a host running 
>> monit and another host running mongodb. I was successfully able to write a 
>> rule to do that for mysql, however, when I try it for mongodb, it fails and 
>> I’m not sure what the correct syntax should be. This is what I have so far:
>> 
>> check host mongodb-host with address mongodb-server.example.com
>> if failed port 27017 protocol mongodb username “monit" password “test" then 
>> exec "/bin/sh -c /usr/local/bin/slack.sh”
>> 
>> When I run monit -t I get a syntax error ‘username’
>> 
>> I tried a few different ways and nothing seemed to work. Only way I was able 
>> to make it work was by not using a username and password, but that only 
>> works in a test case and not anywhere else.-- 
>> To unsubscribe:
>> https://lists.nongnu.org/mailman/listinfo/monit-general
> 
> 
> -- 
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]