Re: [OpenWrt-Devel] [PATCH] [packages] mini_snmpd: Add wireless signal and noise data

2013-03-17 Thread Jack Bates
On 03/01/13 05:36 AM, Jo-Philipp Wich wrote: I'm not sure if this patch makes much sense. The /proc/net/wireless file is part of the legacy wext api which is scheduled for removal soon, also the signal and noise values in ap mode are mostly meaningless, if set at all. Thank you very much for th

Re: [OpenWrt-Devel] [PATCH] [packages] mini_snmpd: Add wireless signal and noise data

2013-03-17 Thread Jack Bates
snmpd developers to have this patch in the next releases ? thanks Saverio Proto 2012/12/21 Jack Bates : Support monitoring wireless signal and noise with SNMP. This is based on the demo example distributed with Mini SNMP Daemon. Here is a recipe for configuring Cacti to graph this data:

[OpenWrt-Devel] [PATCH] [packages] mini_snmpd: Add wireless signal and noise data

2012-12-21 Thread Jack Bates
Support monitoring wireless signal and noise with SNMP. This is based on the demo example distributed with Mini SNMP Daemon. Here is a recipe for configuring Cacti to graph this data: http://jdbates.blogspot.com/2012/12/heres-patch-for-mini-snmp-daemon-to.html Signed-off-by: Jack Bates --- We

[OpenWrt-Devel] [PATCH] fix #2936: get avahi 0.6.21 building by disabling HAVE_INOTIFY

2008-01-08 Thread Jack Bates
f you have autoconf installed you can put `dnl` in front of the two blocks of code with HAVE_INOTIFY in configure.ac then re-run autoconf to disable it Signed-off-by: Jack Bates <[EMAIL PROTECTED]> --- Index: packages/libs/avahi/patches/000-in