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.000039
First Submitted: 2013-08-27 04:24 (UTC)
Last Updated: 2019-01-18 09:20 (UTC)

Latest Comments

1 2 Next › Last »

Archttila commented on 2023-10-16 06:51 (UTC) (edited on 2023-10-16 07:03 (UTC) by Archttila)

Didnt't work...

× rpimonitord.service - System monitor for the Raspberry PI Loaded: loaded (/usr/lib/systemd/system/rpimonitord.service; enabled; preset: disabled) Active: failed (Result: exit-code) since Mon 2023-10-16 08:44:00 CEST; 1s ago Duration: 14ms Process: 37489 ExecStart=/usr/bin/rpimonitord (code=exited, status=2) Main PID: 37489 (code=exited, status=2) CPU: 11ms

Oct 16 08:44:00 server systemd[1]: Started System monitor for the Raspberry PI. Oct 16 08:44:00 server rpimonitord[37489]: Can't locate IPC/ShareLite.pm in @INC (you may need to install the IPC::ShareLite module) (@INC entries checked: /usr/lib/perl5/5.38/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.38/vendor_perl /usr/s> Oct 16 08:44:00 server rpimonitord[37489]: BEGIN failed--compilation aborted at /usr/bin/rpimonitord line 24. Oct 16 08:44:00 server systemd[1]: rpimonitord.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Oct 16 08:44:00 server systemd[1]: rpimonitord.service: Failed with result 'exit-code'.

EDIT: reinstalled perl-ipc-sharelite and working now!

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 :)

<deleted-account> 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 ?

<deleted-account> commented on 2014-08-17 22:59 (UTC)

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

<deleted-account> 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 :)