From 4323f23e4cf934213578904a3fa8c4e3e51827d7 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Dec 2009 01:42:10 +0100 Subject: [PATCH] rules: Disabled routeros plugin. librouteros is not available in Debian. --- debian/changelog | 5 +++-- debian/rules | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index caaf2cc..6494f2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,13 +8,14 @@ collectd (4.9.0-1) unstable; urgency=low libnetapp is not available) - OpenVZ statistics: OpenVZ (Perl based plugin) - Embedding a Python interpreter: python - - Query statistics from RouterOS: routeros + - Query statistics from RouterOS: routeros (disabled in Debian; + librouteros is not available) New matches: - Match values using a hash function of the hostname: hashed New targets: - Scale (multiply) values: scale - -- Sebastian Harl Sun, 27 Dec 2009 01:39:51 +0100 + -- Sebastian Harl Sun, 27 Dec 2009 01:41:47 +0100 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 8a74be9..5cb707e 100755 --- a/debian/rules +++ b/debian/rules @@ -69,6 +69,9 @@ confflags += --disable-onewire # libclntsh is required for the oracle plugin. confflags += --disable-oracle +# librouteros is required for the routeros plugin. +confflags += --disable-routeros + # rrdclient support in librrd is required for the rrdcached plugin. confflags += --disable-rrdcached -- 2.30.2