Base skeleton commit to get started with my idea of monipy.

This commit is contained in:
Johannes Findeisen 2022-09-23 23:51:08 +02:00
commit 1797c37a1d
48 changed files with 821 additions and 3 deletions

0
etc/monipy/monipy.json Normal file
View file

View file

View file

View file

@ -0,0 +1,9 @@
{
"type": "uplink",
"interval": 60,
"notification": "sms",
"host": "192.168.0.1",
"user": "USERNAME",
"password": "PASSWORD",
"info": "Cable Provider"
}

View file

View file

@ -0,0 +1,9 @@
{
"type": "uplink",
"interval": 60,
"notification": "sms",
"host": "192.168.1.1",
"user": "USERNAME",
"password": "PASSWORD",
"info": "DSL Provider"
}

View file

View file