Synology Active Backup for Business log parser
Project description
Synology Active Backups for Business log parser
synology_abfb_log_parser
parses the Synology Active Backups for Business logs on the agent allowing and provides a way to search the logs. The examples show how to send a TRMM alert for various log entries.
Events
Events have the following structure. Given this log entry:
Nov 25 22:12:34 [INFO] async-worker.cpp (56): Worker (0): get event '1: routine {"subaction": "heart_beat"}', start processing
The events returned will be like this:
events[0] = {
"datetime": "datestamp.datestamp class",
"timestamp": "Nov 25 22:12:34",
"priority": "INFO",
"method_name": "async-worker.cpp",
"method_num": "56",
"message": "Worker (0): get event '1: routine {\"subaction\": \"heart_beat\"}', start processing",
"json": {
"subaction": "heart_beat"
},
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for synology_abfb_log_parser-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40a91c36512bb01d0e839b7b2b1acbd6aa9d048328fc1dc9fb9166f7812456f7 |
|
MD5 | 8837de1fc2179ea631dec860114cf0a5 |
|
BLAKE2b-256 | b097dd10d39d25fbe850bee8141a14fa173a1d396aa72928e203e0f8cc68b4e9 |
Close
Hashes for synology_abfb_log_parser-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 939e99afb3575fca7f88e1701744e78a92f9b55e6095bf440e812b2979134f54 |
|
MD5 | a2e49b7c9b9e8a45561df7640c164598 |
|
BLAKE2b-256 | 6bc64450a218c36caaa1286dd3b2167f0aee2d82d75eeb93d66e49e38b07eb71 |