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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7f8699a5c22438ceacd8a2b65115fc6f2adf40e27d1bc531b5f3942383f3332 |
|
MD5 | e66e745e6087bd9bb535f062220bdaf0 |
|
BLAKE2b-256 | 64aad183c76f9a1dc63439d0de4f3d2098b6aafdf6216071800101672f23cf28 |
Close
Hashes for synology_abfb_log_parser-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0299ab26ed7a81de199ec53aa0a9304f81883ad1be46c9a2fc2010fdcafa0d2a |
|
MD5 | 87456920c6cf1beeca89db9e13bc9e0e |
|
BLAKE2b-256 | 3166bef3e962d75bc1330a2928e7a8dcc8c2998b4b19e838d610babd0ca01f1b |