status/munin: rename 3rd_party to party_3rd to fix munin graphs
with new munin, it didn't appreciate RPN math with a label starting with a number
This commit is contained in:
parent
400fc0dd72
commit
e373494030
|
|
@ -49,7 +49,7 @@ const char *inerr_labels[] = {
|
|||
"inv_dstcall",
|
||||
"disallow_unverified",
|
||||
"path_nogate",
|
||||
"3rd_party",
|
||||
"party_3rd", /* was 3rd_party, but labels starting with numbers collide with munin */
|
||||
"general_query",
|
||||
"aprsc_oom_pbuf",
|
||||
"aprsc_class_fail",
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ var rx_err_strings = {
|
|||
"inv_dstcall": 'Invalid destination callsign',
|
||||
"disallow_unverified": 'Packet from unverified client',
|
||||
"path_nogate": 'Packet with NOGATE/RFONLY in path',
|
||||
"3rd_party": '3rd-party packet',
|
||||
"party_3rd": '3rd-party packet',
|
||||
"general_query": 'General query',
|
||||
"aprsc_oom_pbuf": 'aprsc out of packet buffers',
|
||||
"aprsc_class_fail": 'aprsc failed to classify packet',
|
||||
|
|
|
|||
Loading…
Reference in New Issue