-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtail-postfix.json
109 lines (109 loc) · 2.91 KB
/
tail-postfix.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"counter-connection": {
"title": "{{PI}} {{TC}} on {{HOST}}",
"type": "default",
"vertical": "Conn/s",
"legend": {
"connection-in-open": {
"name": "In Open"
},
"connection-in-close": {
"name": "In Close"
},
"connection-in-lost": {
"name": "In Lost"
},
"connection-in-timeout": {
"name": "In Timeout"
},
"connection-in-TLS-established": {
"name": "In TLS Established"
},
"connection-in-TLS-setup": {
"name": "In TLS Setup"
},
"connection-out-TLS-established": {
"name": "Out TLS Established"
},
"connection-out-TLS-setup": {
"name": "Out TLS Setup"
}
}
},
"counter-rejected": {
"title": "{{PI}} {{TC}} on {{HOST}}",
"type": "default",
"vertical": "Conn/s",
"legend": {
"rejected": {
"name": "Rejected"
},
"rejected-host_not_found": {
"name": "Host not found"
},
"rejected-no_dns_entry": {
"name": "No DNS Entry"
},
"rejected-spam_or_forged": {
"name": "Spam or Forged"
}
}
},
"counter-status": {
"title": "{{PI}} {{TC}} on {{HOST}}",
"type": "default",
"vertical": "Conn/s",
"legend": {
"status-bounced": {
"name": "Bounced"
},
"status-deferred": {
"name": "Deferred"
},
"status-forwarded": {
"name": "Forwarded"
},
"status-reject": {
"name": "Reject"
},
"status-sent": {
"name": "Sent"
},
"status-softbounce": {
"name": "Soft Bounce"
}
}
},
"gauge-delay": {
"title": "{{PI}} {{TC}} on {{HOST}}",
"type": "stackedtotal",
"vertical": "ms",
"legend": {
"delay-before_queue_mgr": {
"name": "Time before queue manager"
},
"delay-in_queue_mgr": {
"name": "Time in queue manager"
},
"delay-setup_time": {
"name": "Conn setup (DNS HELO TLS)"
},
"delay-trans_time": {
"name": "Message transmission time"
},
"delay": {
"name": "Total"
}
}
},
"ipt_bytes": {
"title": "{{PI}} message size on {{HOST}}",
"type": "stack",
"vertical": "Bytes",
"legend": {
"size": {
"name": "Size"
}
}
}
}