Search Criteria
Package Details: monitorix 3.10.1-1
Git Clone URL: | https://aur.archlinux.org/monitorix.git (read-only) |
---|---|
Package Base: | monitorix |
Description: | A lightweight system monitoring tool that uses rrd databases. |
Upstream URL: | http://www.monitorix.org |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 101 |
Popularity: | 0.411661 |
First Submitted: | 2010-01-24 13:53 |
Last Updated: | 2018-03-15 20:02 |
Dependencies (19)
- perl (perl-git)
- perl-cgi
- perl-config-general
- perl-config-simple
- perl-dbi
- perl-http-server-simple
- perl-libwww
- perl-mailtools
- perl-mime-lite
- perl-xml-simple
- rrdtool
- anything-sync-daemon (optional) – offload your databases to tmpfs to save i/o to your disk.
- hddtemp (optional) – enable support for hdd temp monitoring.
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git) (optional) – enable support for system temp monitoring.
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git) (optional) – for netstat monitoring
- nvidia (nvidia-346xx-dkms, nvidia-352, nvidia-llb-dkms, nvidia-vulkan-developer-beta-lts, nvidia-173xx-dkms, nvidia-96xx-dkms, nvidia-full-beta-all, nvidia-full-beta, nvidia-beta-dkms, nvidia-beta-all, nvidia-beta, nvidia-vulkan, nvidia-vulkan-dkms, nvidia-dkms, nvidia-lts) (optional) – enable support for nVidia card temp and usage monitoring.
- perl-dbd-mysql (optional) – for mysql monitoring
- smartmontools (smartmontools-svn) (optional) – enable support for hdd bad sector monitoring.
- terminus-font (terminus-font-ll2-td1, terminus-font-ll2, terminus-cyrillic, terminus-font-td1) (optional) – if graphs do not contain characters, you may need this font package.
Latest Comments
1 2 3 4 5 6 ... Next › Last »
graysky commented on 2017-02-22 01:22
@Strit and WO - Just base-devel: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
Strit commented on 2017-02-21 18:55
@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
Had problems building package ("PKGBUILD: line 41: make: command not found"). Maybe add "make" to list of dependencies?
graysky commented on 2016-06-30 20:53
@sehraf - You bet and thank you for the suggestion, see 3.8.1-3.
sehraf commented on 2016-06-30 10:48
Hey, can you add the following optional dependencies?
perl-dbd-mysql: for mysql monitoring
net-tools: for netstat monitoring
harveythedog commented on 2016-02-02 02:36
Got an error when building: "conflicts should be an array"
conflicts=$pkgname-git
changed to
conflicts=($pkgname-git)
and everything built OK?
cgirard commented on 2015-05-21 16:18
FYI the system graph is broken since the update to RRDTool 1.5. It will be fixed in the next version: https://github.com/mikaku/Monitorix/commit/acfc4da176284f9568d417a1755cfc6722c043bd
harveythedog commented on 2015-04-19 04:10
After installing, in monitorix.conf, I had to change: base_cgi = /monitorix-cgi
to: base_cgi = /monitorix/cgi/
Otherwise my /monitorix base url would 404 when I tried to select and view a graph page (daily,weekly etc.)?
Probably user error....
sudosoldier commented on 2015-03-12 17:25
http://www.monitorix.org/monitorix-3.6.0.tar.gz now 404s, please update to 3.7.0.
Thanks.
graysky commented on 2014-09-29 09:37
You should report this upstream. Use Jordi's github page to crate an issue.