Search Criteria
Package Details: monitorix 3.13.1-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: | |
Conflicts: | |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 102 |
Popularity: | 0.089092 |
First Submitted: | 2010-01-24 13:53 |
Last Updated: | 2021-01-27 20:14 |
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-llb-dkms, nvidia-vulkan, nvidia-vulkan-dkms, nvidia-full-vulkan-all, nvidia-dkms-performance, nvidia-beta, nvidia-beta-dkms) (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-cyrillic, terminus-font-ll2-td1, terminus-font-ll2, terminus-font-ll2-td1-dv1-ij1, terminus-font-gq2-ll2-td1, 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 »
Solskogen commented on 2020-10-14 10:59
==> WARNING: backup entry file not in package : etc/monitorix.conf
roots commented on 2019-03-14 14:52
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
@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....