-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml.example
More file actions
86 lines (64 loc) · 2.67 KB
/
config.toml.example
File metadata and controls
86 lines (64 loc) · 2.67 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
###############################################################################
# Node Configuration #
###############################################################################
[agent]
# Node name for identification
# Optional
name = ""
# Interval in minutes to send monitoring data
# Example:
# - 10 for every 10 minutes
data_send_interval = 10
# Feature development is currently on hold
# Main system API endpoint for reporting and control
# Example: https://api.monitoring-system.com
# main_system_url = ""
# Node RPC endpoint - HTTP/HTTPS endpoint for node communication
# Example: http://localhost:26657
rpc_url = ""
###############################################################################
# Notification Configuration #
###############################################################################
[notification]
# Enable/disable notification
enabled = false
[notification.telegram]
# Enable/disable Telegram notifications
enabled = false
# Telegram bot token
telegram_token = ""
# Telegram chat ID
telegram_chat_id = ""
###############################################################################
# Feature Settings #
###############################################################################
[feature]
# Enable/disable block height monitoring
# This feature monitors block height status
block_height = false
# Enable/disable disk space monitoring
# Monitors disk usage and alerts
disk_space = false
# Enable/disable validator message monitoring
# Tracks validator participation:
# - Missed blocks
# - Status
# - Moniker
validator_massage = false
###############################################################################
# Block Height Settings #
###############################################################################
[block-height]
###############################################################################
# Disk Space Settings #
###############################################################################
[disk-space]
# Paths of specific disk locations to monitor for usage and capacity.
# Define the paths to be tracked for available space and growth rate.
# Example: ["/", "/data", "/voting"]
paths = []
###############################################################################
# Validator Massage Settings #
###############################################################################
[validator-massage]
acc_address = ""