Package Details: rpimonitor 2.12-1

Git Clone URL: https://aur.archlinux.org/rpimonitor.git (read-only, click to copy)
Package Base: rpimonitor
Description: A self monitoring application designed to run on Raspberry Pi
Upstream URL: https://github.com/XavierBerger/RPi-Monitor
Licenses: GPL
Submitter: None
Maintainer: suthernfriend
Last Packager: suthernfriend
Votes: 8
Popularity: 0.115650
First Submitted: 2013-08-27 04:24 (UTC)
Last Updated: 2019-01-18 09:20 (UTC)

Latest Comments

1 2 Next › Last »

philb38 commented on 2020-11-24 13:41 (UTC) (edited on 2020-11-24 13:48 (UTC) by philb38)

Would be great to add to /usr/share/rpimonitor/scripts/updatePackagesStatus.pl option for pacman to list available upgrades on archlinux:
if(which('aptitude')) {
open ( FILE, 'aptitude -F%p --disable-columns search ~U |') or die "$!\n";
} elsif (which('checkupdates')) {
open ( FILE, 'checkupdates |' ) or die "$!\n";
} elsif (which ('pacman')) {
open ( FILE, 'pacman -Syy > /dev/null && pacman -Qu |') or die "$!\n";
} else {
die "Error: neither checkupdates, aptitude nor pacman seem to be available\n";
}

PanisSupraOmnia commented on 2019-05-05 03:20 (UTC)

The license for this should be GPL3, not GPL.

Shelvak commented on 2016-08-25 01:15 (UTC)

Hi there. Thanks for the fast update of the Pkg please update the sha512 =) d816e39c7df25466776c6f74fb73d95bbf61173228ef1dcb226e791af6dcc278faf817d765a64ef949f11b1525b52d51195ca9be3486bbdccc95c67bbe189d6d

ben00it commented on 2016-03-01 12:58 (UTC)

Didnt't work on my fresh lovely archey If you got this error during the install of rpimonitor (On Rpi2) : ==> ERROR: url should not be an array ==> ERROR: Makepkg was unable to build rpimonitor. Just edit the PKGBUILD file : url=(https://github.com/XavierBerger/RPi-Monitor) by url="https://github.com/XavierBerger/RPi-Monitor" And works well :)

commented on 2015-01-07 21:28 (UTC)

Err. my e-mail notifications were broken, sorry for the very late response. I think this might be happening, because I don't specify the files in /etc in a backup=() array. Not sure though.

Yamakaky commented on 2014-10-21 07:35 (UTC)

Hi I have a big problem. Each time I upgrade rpimonitor on my rpi, my configuration in /etc is erased. pacman doesn't do that for the other packages. I don't understand. Any idea ?

commented on 2014-08-17 22:59 (UTC)

*who not how and I wrote a sed fix that should work for now…

commented on 2014-08-17 20:29 (UTC)

I know 2.7 is out, but there are some problems with the systemd unit and config (no idea how wrote that and btw look behind you, a three headed monkey!) so I asked upstream what to do about that. Here's the bugreport https://github.com/XavierBerger/RPi-Monitor/issues/51

zifnab commented on 2014-07-30 09:54 (UTC)

following ajs124 contact & advice, I did rebuild the perl-ipc-sharelite package, and rpimonitor is working again! for those using yaourt like me, I did use: yaourt -Sb perl-ipc-sharelite and then restart the rpimonitord service. thanks again ajs124 for the help and prompt answer :)

zifnab commented on 2014-07-30 00:09 (UTC)

is this still supported? it used to work fine, and since a few months now, it always fail to start: rpimonitord[150]: Perl API version v5.18.0 of IPC::ShareLite does not match v5.20.0 at /usr/lib/perl5/core_perl/DynaLoader.pm line 216. rpimonitord[150]: Compilation failed in require at /usr/bin/rpimonitord line 24. btw, my arch system is fully up to date (including aur packages). thx for any help.