Browse Source

Merge pull request #9982 from TDT-AG/pr/20190913-collectd

collectd: add additional config option
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
151f1e30e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions
  1. +1
    -1
      utils/collectd/Makefile
  2. +5
    -0
      utils/collectd/files/usr/share/collectd/plugin/cpu.json
  3. +4
    -0
      utils/collectd/files/usr/share/collectd/plugin/memory.json

+ 1
- 1
utils/collectd/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.9.0
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \


+ 5
- 0
utils/collectd/files/usr/share/collectd/plugin/cpu.json View File

@ -1,2 +1,7 @@
{
"bool": [
"ValuesPercentage",
"ReportByCpu",
"ReportByState"
]
}

+ 4
- 0
utils/collectd/files/usr/share/collectd/plugin/memory.json View File

@ -1,2 +1,6 @@
{
"bool": [
"ValuesPercentage",
"ValuesAbsolute"
]
}

Loading…
Cancel
Save