martian67| has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
martian67 has joined #libreelec
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
fuxxy has joined #libreelec
<fuxxy>
running libreelec on rasPi 3b+, my power script reads the status of individual gpio pins from /sys/class/gpio/gpio$GPIOpin1/value, but this location doesnt exist in 9.0.2. Is there another method now of reading the status of individual GPIO pins?
buzzmarshall has quit [Remote host closed the connection]
fraggle_boate__ has joined #libreelec
fraggle_boate_ has quit [Ping timeout: 245 seconds]
mack- has joined #libreelec
fuxxy has quit [Quit: Leaving]
JohnDoe_71Rus has joined #libreelec
RaphGro has joined #libreelec
RaphGro has quit [Client Quit]
ca_cabotage has quit [Ping timeout: 258 seconds]
_whitelogger has joined #libreelec
tsal has quit [Ping timeout: 258 seconds]
tsal has joined #libreelec
TomTom has joined #libreelec
andy-burns has joined #libreelec
Gittun has joined #libreelec
DzAirmaX has quit [Ping timeout: 272 seconds]
DzAirmaX has joined #libreelec
rubdos_ has joined #libreelec
rubdos has quit [Ping timeout: 272 seconds]
rubdos_ is now known as rubdos
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
andy-burns has quit [Ping timeout: 245 seconds]
hijacker has joined #libreelec
andy-burns has joined #libreelec
makije has quit [Ping timeout: 258 seconds]
andy-burns1 has joined #libreelec
andy-burns has quit [Read error: Connection reset by peer]
andy-burns1 is now known as andy-burns
andy-burns has quit [Ping timeout: 246 seconds]
makije has joined #libreelec
Gittun has quit [Disconnected by services]
Gittun has joined #libreelec
Gittun has quit [Client Quit]
self has joined #libreelec
Gittun has joined #libreelec
BCMM has joined #libreelec
pvoigt has quit [Quit: WeeChat 2.5]
pvoigt has joined #libreelec
andy-burns has joined #libreelec
razorworks has joined #libreelec
<razorworks>
Hi.
<razorworks>
I try to run check_mk_agent on my RasPi3, but it's not working. What can I try? BR from Germany.
<razorworks>
I'm running 9.0.2 since yesterday evening.
<mack->
razorworks: I don't recall seeing nagios-type addons in libreelec. You might look to see if something in the system-tools addon does what you like. Otherwise you might have luck with a docker image
andy-burns has joined #libreelec
<razorworks>
what do you mean "Otherwise you might have luck with a docker image" mack-? To run the agent in a docker image on the RasPi?
<razorworks>
I have a server running checkmk, but I'd like to run the agent on the LibreELEC-pi
<razorworks>
It's only a shell-script, but there is no error message when I run the script - and no output from the bash-script.
<mack->
yes, that might be possible, but I have no idea about neither docker in LE nor checkmk.
<razorworks>
I think I don't get your point mack-.
<mack->
if it's a bash script, there might be some problems since LE doesn't run a real bash
<mack->
I assumed you were trying to run binary software, hence my docker suggestion
<razorworks>
Aha. This is something I didn't knew until now.
<razorworks>
OK, sorry for confusing.
<mack->
some bash scripts can work, but might need some tweaking to call binaries with full pathnames, since "common" shell utilites are frequently called without path in bash scripts
<mack->
it's odd that you are getting no error message, though.
<razorworks>
You're right.What is there for a Linux under LibreELEC? I could find out it's JeOS, but that's not enough.
<mack->
maybe there is a --verbose option for your script to help troubleshoot
<mack->
LE is a linux from scratch operating system. Some features are a read-only filesystem and BusyBox based utilities.
<mack->
as you've uncovered, just enough operating system to run kodi.
<razorworks>
There is an "echo" in the script, but the text is not shown on console. I didn't tried more yesterday evening to find out. But there is no output from the script it-self.