summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-06-30 16:52:53 -0400
committergraysky2016-06-30 16:52:53 -0400
commitbedf998825ef281fc6b2d82d9dd041f4b61f4735 (patch)
treee25d6584d8ca90285875384f01d91211f4ee95e7
parent178907af44ced226a956143fd295dce32ef82585 (diff)
downloadaur-bedf998825ef281fc6b2d82d9dd041f4b61f4735.tar.gz
Update to 3.8.1-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3acf8eaa342d..7081fd324ff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 08:06:37 UTC 2016
+# Thu Jun 30 20:52:53 UTC 2016
pkgbase = monitorix
pkgdesc = A lightweight system monitoring tool that uses rrd databases.
pkgver = 3.8.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.monitorix.org
install = readme.install
arch = any
@@ -22,7 +22,9 @@ pkgbase = monitorix
optdepends = anything-sync-daemon: offload your databases to tmpfs to save i/o to your disk.
optdepends = hddtemp: enable support for hdd temp monitoring.
optdepends = lm_sensors: enable support for system temp monitoring.
+ optdepends = net-tools: for netstat monitoring
optdepends = nvidia: enable support for nVidia card temp and usage monitoring.
+ optdepends = perl-dbd-mysql: for mysql monitoring
optdepends = smartmontools: enable support for hdd bad sector monitoring.
optdepends = terminus-font: if graphs do not contain characters, you may need this font package.
conflicts = monitorix-git
diff --git a/PKGBUILD b/PKGBUILD
index 8a0b895ddf45..9fe4b3a96e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=monitorix
pkgver=3.8.1
-pkgrel=2
+pkgrel=3
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
arch=('any')
url='http://www.monitorix.org'
@@ -14,7 +14,9 @@ optdepends=(
'anything-sync-daemon: offload your databases to tmpfs to save i/o to your disk.'
'hddtemp: enable support for hdd temp monitoring.'
'lm_sensors: enable support for system temp monitoring.'
+ 'net-tools: for netstat monitoring'
'nvidia: enable support for nVidia card temp and usage monitoring.'
+ 'perl-dbd-mysql: for mysql monitoring'
'smartmontools: enable support for hdd bad sector monitoring.'
'terminus-font: if graphs do not contain characters, you may need this font package.')
conflicts=("$pkgname-git")