30 lines
530 B
JSON
30 lines
530 B
JSON
{
|
|
"name": "Network UPS Tools - netclient",
|
|
"version": "0.1.2",
|
|
"slug": "upsmon",
|
|
"description": "Connect to a remote NUT server",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"options": {
|
|
"credentials": {
|
|
"user": "monuser",
|
|
"pass": "secret"
|
|
},
|
|
"ups": {
|
|
"upsname": "ups",
|
|
"host": "IPADDR"
|
|
},
|
|
"delay": "5"
|
|
},
|
|
"schema": {
|
|
"credentials": {
|
|
"user": "str",
|
|
"pass": "str"
|
|
},
|
|
"ups": {
|
|
"upsname": "str",
|
|
"host": "str"
|
|
},
|
|
"delay": "int"
|
|
}
|
|
} |