APC Smart UPS¶
APC Stuxerware¶
About¶
Intelligent and efficient network power protection from entry level to scaleable runtime. Ideal UPS for servers, point-of-sale, routers, switches, hubs and other network devices.
Product Details¶
Vendor URL: StruxureWare Data Center Expert Web Services API
Product Type: APC device monitoring
Product Tier: Tier III
Integration Method: Syslog
Parser Details¶
Log Format: Syslog
Expected Normalization Rate: 90%
Data Label: APC_SMART_UPS
UDM Fields (list of all UDM fields leveraged in the Parser):
Log File Field | UDM Field |
---|---|
"APC Smart UPS" | metadata.product_name |
"APC" | metadata.vendor_name |
event summary | metadata.description |
sourceAddress | principal.ip |
Product Event Types¶
Event | UDM Event Classification |
---|---|
All Events | GENERIC_EVENT |
Log Sample¶
<10>Jan 31 10:40:41 10.109.0.7 UPS: The battery power is too low to support the load; if power fails, the UPS will be shut down immediately. 0x0107
Sample Parsing¶
metadata.event_timestamp = "2023-01-31T10:40:41Z"
metadata.event_type = "GENERIC_EVENT"
metadata.vendor_name = "APC"
metadata.product_name = "APC Smart UPS"
principal.ip = "10.109.0.7"
security_result.summary" = "UPS: The battery power is too low to support the load; if power fails, the UPS will be shut down immediately. 0x0107"
Rules¶
Coming Soon