- update config for Nut 2.8.2 [SME: 12657] TODO review master/slave mode TODO convert master/slave to primary/secondary TODO convert to new config data + migrate TODO event and action
19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
[upsprimary]
|
|
password = { $nut{PrimaryPass} }
|
|
upsmon primary
|
|
|
|
[upssecondary]
|
|
password = { $nut{SecondaryPass} }
|
|
upsmon secondary
|
|
{
|
|
# we keep those two for backward compatibility pre SME11
|
|
}
|
|
[upsmaster]
|
|
password = { $nut{PrimaryPass} }
|
|
upsmon primary
|
|
|
|
[upsslave]
|
|
password = { $nut{SecondaryPass} }
|
|
upsmon secondary
|
|
|