Package Details: monitorix 3.15.0-1

Git Clone URL: https://aur.archlinux.org/monitorix.git (read-only, click to copy)
Package Base: monitorix
Description: A lightweight system monitoring tool that uses rrd databases.
Upstream URL: https://www.monitorix.org
Licenses: GPL2
Conflicts: monitorix-git
Submitter: None
Maintainer: cgirard
Last Packager: cgirard
Votes: 103
Popularity: 0.60
First Submitted: 2010-01-24 13:53 (UTC)
Last Updated: 2022-12-13 08:13 (UTC)

Dependencies (19)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

Gobidev commented on 2022-12-12 21:16 (UTC)

diff for 3.15:

diff --git a/.SRCINFO b/.SRCINFO
index 073c796..a14d610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = monitorix
    pkgdesc = A lightweight system monitoring tool that uses rrd databases.
-   pkgver = 3.14.0
+   pkgver = 3.15.0
    pkgrel = 1
    url = https://www.monitorix.org
    install = readme.install
@@ -28,7 +28,7 @@ pkgbase = monitorix
    conflicts = monitorix-git
    backup = etc/monitorix/monitorix.conf
    backup = etc/monitorix.conf
-   source = http://www.monitorix.org/monitorix-3.14.0.tar.gz
-   sha256sums = 2e901d4f5a266f23c5b3788a3da10a03c2bdb6512e1af61306c01a2ed2b61d49
+   source = http://www.monitorix.org/monitorix-3.15.0.tar.gz
+   sha256sums = 7eb0dea6ab272cf8838cf06d0cfd0325cfda9128d43a4743752f6bc4fafeb5de

 pkgname = monitorix
diff --git a/PKGBUILD b/PKGBUILD
index 9877372..790415d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: graysky <graysky AT archlinux dot us>

 pkgname=monitorix
-pkgver=3.14.0
+pkgver=3.15.0
 pkgrel=1
 pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
 arch=('any')
@@ -24,7 +24,7 @@ conflicts=("$pkgname-git")
 backup=("etc/$pkgname/$pkgname.conf" "etc/$pkgname.conf")
 install=readme.install
 source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('2e901d4f5a266f23c5b3788a3da10a03c2bdb6512e1af61306c01a2ed2b61d49')
+sha256sums=('7eb0dea6ab272cf8838cf06d0cfd0325cfda9128d43a4743752f6bc4fafeb5de')

 prepare() {
    cd "$pkgname-$pkgver"

cgirard commented on 2022-01-18 14:28 (UTC)

Adopted and updated, thanks for your work @graysky

graysky commented on 2022-01-18 14:06 (UTC)

I no longer use this and do not have the time to maintain it. Happy to pass the torch to someone else.

jancici commented on 2021-03-02 17:11 (UTC) (edited on 2021-03-03 18:50 (UTC) by jancici)

I would like to monitor postgresql database service on my server. I did install perl-dbd-pg package but still cant get any data in monitorix.

I did check log file and it has problem to connect to DB. here is output

pgsql::pgsql_update: Cannot connect to PostgreSQL 'localhost:5432'.

so I am checking if a user monitorix can connect to one of DBs, doing this command.

psql -U monitorix -W -h localhost DB_NAME

after entering password I can list tables ...

any tip? thanks

[EDIT] looks that it is solved here https://github.com/mikaku/Monitorix/issues/310

Solskogen commented on 2020-10-14 10:59 (UTC)

==> WARNING: backup entry file not in package : etc/monitorix.conf

roots commented on 2019-03-14 14:52 (UTC)

Hello, there is a new version of monitorix (3.11.0). Could you please update the package? Thank you

graysky commented on 2017-02-22 01:22 (UTC)

@Strit and WO - Just base-devel: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

Strit commented on 2017-02-21 18:55 (UTC)

@WildOrangutan AUR packages assume you have the base and base-devel groups installed, and make is part of base-devel.

WildOrangutan commented on 2017-01-14 17:31 (UTC)

Had problems building package ("PKGBUILD: line 41: make: command not found"). Maybe add "make" to list of dependencies?