michaelmiklis / docker-rpi-monitor

RPI Monitor from RPi-Experiences implemented in a Docker Container
Apache License 2.0
67 stars 34 forks source link

Cant find /etc/rpimonitor/data.conf or any other configuration files #15

Open ahmedelakkad opened 2 years ago

ahmedelakkad commented 2 years ago

I want to edit rpimonitord.conf.d or /etc/rpimonitor/data.conf and I cant find /rpimonitor under etc.

Is it stored somewhere else?

Thanks!

redlingg commented 2 years ago

I dont find it either. Any idea?

diegoweb commented 2 years ago

/etc/rpimonitor/data.conf is a symlink to a file under /etc/rpimonitor/template SSH into the container and type: stat /etc/rpimonitor/data.conf

In my case: File: ‘/etc/rpimonitor/data.conf’ -> ‘/etc/rpimonitor/template/raspbian.conf’

redlingg commented 2 years ago

@.***:~ $ stat /etc/rpimonitor/data.conf stat: cannot statx '/etc/rpimonitor/data.conf': No such file or directory

diegoweb @.***> ezt írta (időpont: 2022. ápr. 5., K, 15:33):

/etc/rpimonitor/data.conf is a symlink to a file under /etc/rpimonitor/template SSH into the container and type: stat /etc/rpimonitor/data.conf

In my case: File: ‘/etc/rpimonitor/data.conf’ -> ‘/etc/rpimonitor/template/raspbian.conf’

— Reply to this email directly, view it on GitHub https://github.com/michaelmiklis/docker-rpi-monitor/issues/15#issuecomment-1088709577, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACY67SKULIOCS6WMDV7Y5H3VDQ6JDANCNFSM5NEJA2KA . You are receiving this because you commented.Message ID: @.***>