RPi-Monitor icon indicating copy to clipboard operation
RPi-Monitor copied to clipboard

Real time monitoring for embedded devices

Results 94 RPi-Monitor issues
Sort by recently updated
recently updated
newest added

I have the following in my sources.list on my RPi: ``` https://www.giteduberger.fr rpimonitor/ InRelease https://www.giteduberger.fr rpimonitor/ Release ``` However the Sept 29 & 30, 2021 Let's Encrypt intermediate & root...

Hi Sorry that I made some mistake with previous PR, so I close it and create a new one, sorry for the inconvenient. I think that `32_contributing.html` does not exist,...

* **rpi4** : need to change /dev/vcsm into /dev/vcsm-cma In order to work I had to modifiy this setting Regards

For my personal use, I added the "basic-auth" authentication mecasism in RPi-Monitor. When enabled, if you go to the web interface, you will be prompted for a user and password...

Hi All i am monitoring number of established connection with RPi-Monitor like this: ``` dynamic.1.name=test dynamic.1.source=netstat -natu | grep 'ESTABLISHED' | grep -v "127.0.0.1" | grep -c $ dynamic.1.regexp=(.*) dynamic.1.rrd=GAUGE...

question

im trying to change the cpu usage and cpu temp grom gauges to progress bars, but the progress bar only displays % here is my temperature.conf (it's messy) ``` ########################################################################...

Hi, I have Rpi monitor on an Rpi 2B+ and on a cm4, both have stopped being able to access the monitor dashboard for past month and a half. Is...

orangepi@orangepizero2:~$ sudo /etc/init.d/rpimonitor status ● rpimonitor.service - LSB: RPi-Monitor daemon Loaded: loaded (/etc/init.d/rpimonitor; generated) Active: active (exited) since Sun 2020-12-06 01:14:06 MSK; 13min ago Docs: man:systemd-sysv-generator(8) Tasks: 0 (limit: 1126)...

I'm try to add a storage on rpi-monitor with following config static.10.name=storage1_total static.10.source=df /dev/sdc1 static.10.regexp=\S+\s+(\d+).*\/$ static.10.postprocess=$1/1024 But I'm getting following error but when I run df /dev/sdc1, this is the...

Hello, I have a number of Raspis setup with the RPi Monitor and wonder if there is/would be any possibility to see all my instances in one Overview / Dashboard?...