forked from serrc-techops/NUT-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ironed out bugs in XenServer shutdown script
- Loading branch information
Nathan
committed
Jul 11, 2017
1 parent
a47151d
commit 2a23c5e
Showing
8 changed files
with
149 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# dummy-ups example power sequence file | ||
# | ||
# Base is the same as .dev files, generated using: | ||
# $ upsc ups@host > evolution500.seq | ||
# | ||
# TIMER have then been added to generate power events. | ||
|
||
battery.charge: 90 | ||
battery.charge.low: 30 | ||
battery.runtime: 3690 | ||
battery.voltage: 230.0 | ||
driver.name: usbhid-ups | ||
driver.parameter.port: auto | ||
driver.version: 2.2.0 | ||
driver.version.data: MGE HID 0.7 | ||
driver.version.internal: 0.23 | ||
input.frequency: 49.0 | ||
input.transfer.boost.low: 184.0 | ||
input.transfer.high: 294.0 | ||
input.transfer.low: 160.0 | ||
input.transfer.trim.high: 265.0 | ||
input.voltage: 230.0 | ||
outlet.desc: Main Outlet | ||
outlet.id: 0 | ||
outlet.switchable: 0 | ||
outlet.1.autoswitch.charge.low: 0 | ||
outlet.1.delay.shutdown: -1 | ||
outlet.1.delay.start: -1 | ||
outlet.1.desc: PowerShare Outlet 1 | ||
outlet.1.id: 1 | ||
outlet.1.switch: 1 | ||
outlet.1.switchable: 1 | ||
outlet.2.autoswitch.charge.low: 0 | ||
outlet.2.delay.shutdown: -1 | ||
outlet.2.delay.start: -1 | ||
outlet.2.desc: PowerShare Outlet 2 | ||
outlet.2.id: 2 | ||
outlet.2.switch: 1 | ||
outlet.2.switchable: 1 | ||
output.current: 0.00 | ||
output.frequency: 49.0 | ||
output.voltage: 230.0 | ||
output.voltage.nominal: 230.0 | ||
ups.delay.shutdown: -1 | ||
ups.delay.start: -10 | ||
ups.load: 10 | ||
ups.mfr: MGE UPS SYSTEMS | ||
ups.model: Pulsar Evolution 500 | ||
ups.power.nominal: 500 | ||
ups.serial: AV2G3300L | ||
ups.status: OL CHRG | ||
ups.test.interval: 604800 | ||
ups.test.result: Done and passed | ||
TIMER 300 | ||
ups.status: OB DISCHRG | ||
TIMER 300 | ||
ups.status: OB LB DISCHRG | ||
TIMER 60 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.