-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmonitor_config.json
More file actions
39 lines (39 loc) · 1.13 KB
/
monitor_config.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"heartbeat_url": "https://your-heartbeat-endpoint.com/heartbeat",
"error_keywords": [
"ERROR",
"Exception",
"No Tuner Available",
"Error getting source",
"failed",
"failed to load",
"Pipe error",
"USB error",
"LibUsbException",
"NullPointerException",
"IndexOutOfBoundsException",
"Couldn't design final output low pass filter",
"AMBE CODEC failed",
"JMBE audio conversion library failed",
"No audio",
"Audio error",
"Buffer overflow",
"Disk full"
],
"ignore_keywords": [
"FrequencyErrorCorrectionManager - Auto-Correcting Tuner PPM",
"ERROR i.g.d.s.t.sdrplay.api.SDRplay - Unable to load SDRplay API library from default install path.",
"Couldn't allocate channel. Requested channel cannot be provided by this channelizer"
],
"monitor_audio": false,
"check_interval_seconds": 60,
"audio_quality_threshold_seconds": 5.0,
"max_audio_age_hours": 4,
"process_name": "sdrtrunk",
"telegram": {
"enabled": false,
"bot_token": "your_telegram_bot_token_here",
"channel_id": "your_telegram_channel_id_here",
"computer_name": "SDRTrunk-Monitor"
}
}