Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Instant monitoring for mosquitto daemon status..

Hi Roger,

 

  New option "--retained-only" works well. 

Thank you very much. :)

 

-----Original Message-----
From: "Roger Light"<roger@xxxxxxxxxx>
To: "Standil"<cpascal@xxxxxxxxx>; "General development discussions for the mosquitto project"<mosquitto-dev@xxxxxxxxxxx>;
Cc:
Sent: 2016-02-03 (수) 05:59:02
Subject: Re: [mosquitto-dev] Instant monitoring for mosquitto daemon status..
 

Hi Standil,
 
You could also try the --retained-only option to mosquitto_sub - more information only available here:

http://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git/commit/?h=develop&id=1961404ec90fd7c93fde1c3694e1f08346e2060b
 
Cheers,
 
Roger

 

On Tue, Feb 2, 2016 at 7:55 AM, Standil <cpascal@xxxxxxxxx> wrote:

Hello, 

 

  I want to use mosquitto broker with monitoring systems like nagios, munin or zabbix.

 

I made a instant script as 'mosquitto_sub -h 127.0.0.1 -h -t $SYS/# -C 47', that works well.

But because I'm using '-C 47' option, if newer mosquitto version adds more statistics to $SYS, it'll lose some statistics.

 

Is there any more elegant ways, except do coding by myself?

 

Many thanks in advance.


_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
 

Back to the top