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.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d706b6209ce9160ae1cdc70edd13dc7f210552f921ac1ff2c556f3f864fa6db9 |
|
MD5 | 4e0cde1f70515bd03b77310388a97c04 |
|
BLAKE2b-256 | 13553617b4b96ef481457c75980d8e30a5b3ec015d1f37fe9f4fca99efa7e005 |
Close
Hashes for synology_abfb_log_parser-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd0d680dd4cd672ee254bb33a3db1cbb963c74ce9f08a89ad11363fd9fca5975 |
|
MD5 | c91fef315db5353c5ce9cdd964cb80e2 |
|
BLAKE2b-256 | b0d2d166c3e747285bf9dfbda022f0437bd51dd6ddc68052478c7fb3a1a55a9d |