Code

rules: Disabled routeros plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 00:42:10 +0000 (01:42 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 00:42:10 +0000 (01:42 +0100)
librouteros is not available in Debian.

debian/changelog
debian/rules

index caaf2cc008a92008ed058eba1904c3255d1cff81..6494f2f49927b435a766845ee81aeab13152608f 100644 (file)
@@ -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 <tokkee@debian.org>  Sun, 27 Dec 2009 01:39:51 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 27 Dec 2009 01:41:47 +0100
 
 collectd (4.8.2-1) unstable; urgency=medium
 
index 8a74be97804c436802660b1f3f84bc4023ccff40..5cb707e24c00af84e348563540546556476ddea1 100755 (executable)
@@ -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