Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-08 Thread Florian Fainelli
On Tuesday 04 December 2012 20:45:48 Jiri Slachta wrote:
 This patch updates Zabbix to it's latest version. Changelog consists of a 
huge set of bugfixes and a few small improvements.
 Signed-off-by: Jiri Slachta slac...@cesnet.cz

Applied, thanks Jiri!
-- 
Florian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Jiri Slachta
This patch updates Zabbix to it's latest version. Changelog consists of a huge 
set of bugfixes and a few small improvements.
Signed-off-by: Jiri Slachta slac...@cesnet.cz
Index: feeds/packages/admin/zabbix/Makefile
===
--- feeds/packages/admin/zabbix/Makefile(revision 33676)
+++ feeds/packages/admin/zabbix/Makefile(working copy)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zabbix
-PKG_VERSION:=2.0.0
+PKG_VERSION:=2.0.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/zabbix
-PKG_MD5SUM:=d34d398beddee0eaa999789100cf74e3
+PKG_MD5SUM:=bef75dd149abc8a6da4adafc08eb61de
 
 PKG_INSTALL:=1
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Stefan Hellermann
2012/12/4 Jiri Slachta slac...@cesnet.cz:
 This patch updates Zabbix to it's latest version. Changelog consists of a 
 huge set of bugfixes and a few small improvements.
 Signed-off-by: Jiri Slachta slac...@cesnet.cz
 Index: feeds/packages/admin/zabbix/Makefile
 ===
 --- feeds/packages/admin/zabbix/Makefile(revision 33676)
 +++ feeds/packages/admin/zabbix/Makefile(working copy)
 @@ -8,12 +8,12 @@
  include $(TOPDIR)/rules.mk

  PKG_NAME:=zabbix
 -PKG_VERSION:=2.0.0
 +PKG_VERSION:=2.0.3
  PKG_RELEASE:=1

  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  PKG_SOURCE_URL:=@SF/zabbix
 -PKG_MD5SUM:=d34d398beddee0eaa999789100cf74e3
 +PKG_MD5SUM:=bef75dd149abc8a6da4adafc08eb61de

  PKG_INSTALL:=1


Acked-by: Stefan Hellermann ste...@the2masters.de
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Etienne Champetier
I've only tested the agent (zabbix_agentd) but it work like a charm
For the rest it compiles

Acked-by: Etienne CHAMPETIER etienne.champet...@free.fr



Le 04/12/2012 23:38, Stefan Hellermann a écrit :
 2012/12/4 Jiri Slachta slac...@cesnet.cz:
 This patch updates Zabbix to it's latest version. Changelog consists of a 
 huge set of bugfixes and a few small improvements.
 Signed-off-by: Jiri Slachta slac...@cesnet.cz
 Index: feeds/packages/admin/zabbix/Makefile
 ===
 --- feeds/packages/admin/zabbix/Makefile(revision 33676)
 +++ feeds/packages/admin/zabbix/Makefile(working copy)
 @@ -8,12 +8,12 @@
  include $(TOPDIR)/rules.mk

  PKG_NAME:=zabbix
 -PKG_VERSION:=2.0.0
 +PKG_VERSION:=2.0.3
  PKG_RELEASE:=1

  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  PKG_SOURCE_URL:=@SF/zabbix
 -PKG_MD5SUM:=d34d398beddee0eaa999789100cf74e3
 +PKG_MD5SUM:=bef75dd149abc8a6da4adafc08eb61de

  PKG_INSTALL:=1

 Acked-by: Stefan Hellermann ste...@the2masters.de

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Gioacchino Mazzurco
On 12/04/12 23:49, Etienne Champetier wrote:
 I've only tested the agent (zabbix_agentd) but it work like a charm
 For the rest it compiles
 
 Acked-by: Etienne CHAMPETIER etienne.champet...@free.fr
 


are you sure??

last time i have tested zabbix agent on openwrt ( i have also provided a
version bump ) it was affected by a very bad memory leak
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Etienne Champetier
I've just added proc.mem[zabbix_agentd,,,], I will come back soon!

(for now on 3 wr1043nd i've 3,79 MB (sum of 3 zabbix_agentd proccess))

BTW your version was 1.8.11, not 2.0.0 nor 2.0.3

Le 04/12/2012 23:51, Gioacchino Mazzurco a écrit :
 On 12/04/12 23:49, Etienne Champetier wrote:
 I've only tested the agent (zabbix_agentd) but it work like a charm
 For the rest it compiles

 Acked-by: Etienne CHAMPETIER etienne.champet...@free.fr


 are you sure??

 last time i have tested zabbix agent on openwrt ( i have also provided a
 version bump ) it was affected by a very bad memory leak

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Damian Kaczkowski
On 4 December 2012 23:51, Gioacchino Mazzurco g...@eigenlab.org wrote:

 On 12/04/12 23:49, Etienne Champetier wrote:
  I've only tested the agent (zabbix_agentd) but it work like a charm
  For the rest it compiles
 
  Acked-by: Etienne CHAMPETIER etienne.champet...@free.fr
 


 are you sure??

 last time i have tested zabbix agent on openwrt ( i have also provided a
 version bump ) it was affected by a very bad memory leak



Hi. I am using Zabbix 2.0 on dozens of routers (ar71xx, brcm47xx) since few
months. Didn't notice any memory leaks. They works just fine and stable.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH][packages][admin] Zabbix - level up

2012-12-04 Thread Etienne Champetier
After more than 6hours, zabbix_agentd memory usage hasn't moved (still 3,79MB)
I'm using Linux_OS_template (without swap checking ...)
This memory leak doesn't exist anymore i think

Le 05/12/2012 00:43, Etienne Champetier a écrit :
 I've just added proc.mem[zabbix_agentd,,,], I will come back soon!

 (for now on 3 wr1043nd i've 3,79 MB (sum of 3 zabbix_agentd proccess))

 BTW your version was 1.8.11, not 2.0.0 nor 2.0.3

 Le 04/12/2012 23:51, Gioacchino Mazzurco a écrit :
 On 12/04/12 23:49, Etienne Champetier wrote:
 I've only tested the agent (zabbix_agentd) but it work like a charm
 For the rest it compiles

 Acked-by: Etienne CHAMPETIER etienne.champet...@free.fr

 are you sure??

 last time i have tested zabbix agent on openwrt ( i have also provided a
 version bump ) it was affected by a very bad memory leak


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel