initial commit of bin scripts into git
This commit is contained in:
7
check_rinnai
Executable file
7
check_rinnai
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
d=`date +"%H:%M %d/%m"`
|
||||
n=`nmap -p 27847 rinnaitouch.ddp.net | grep 27847`
|
||||
ns=`sudo docker exec hass netstat -an | grep 27847`
|
||||
|
||||
echo "$d: $n -- $ns"
|
||||
Reference in New Issue
Block a user