Base skeleton commit to get started with my idea of monipy.
This commit is contained in:
parent
815aefdf74
commit
1797c37a1d
48 changed files with 821 additions and 3 deletions
0
etc/monipy/monipy.json
Normal file
0
etc/monipy/monipy.json
Normal file
0
etc/monipy/monitors/.gitkeep
Normal file
0
etc/monipy/monitors/.gitkeep
Normal file
0
etc/monipy/monitors/network1/.gitkeep
Normal file
0
etc/monipy/monitors/network1/.gitkeep
Normal file
9
etc/monipy/monitors/network1/cable_uplink.json
Normal file
9
etc/monipy/monitors/network1/cable_uplink.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "uplink",
|
||||
"interval": 60,
|
||||
"notification": "sms",
|
||||
"host": "192.168.0.1",
|
||||
"user": "USERNAME",
|
||||
"password": "PASSWORD",
|
||||
"info": "Cable Provider"
|
||||
}
|
||||
0
etc/monipy/monitors/network2/.gitkeep
Normal file
0
etc/monipy/monitors/network2/.gitkeep
Normal file
9
etc/monipy/monitors/network2/dsl_uplink.json
Normal file
9
etc/monipy/monitors/network2/dsl_uplink.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "uplink",
|
||||
"interval": 60,
|
||||
"notification": "sms",
|
||||
"host": "192.168.1.1",
|
||||
"user": "USERNAME",
|
||||
"password": "PASSWORD",
|
||||
"info": "DSL Provider"
|
||||
}
|
||||
0
etc/monipy/notifications/.gitkeep
Normal file
0
etc/monipy/notifications/.gitkeep
Normal file
0
etc/monipy/plugins/.gitkeep
Normal file
0
etc/monipy/plugins/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue