Change state value for unplugged linecard (#15126)

This commit is contained in:
Sander Blomvågnes 2023-06-28 14:24:59 +02:00 committed by GitHub
parent 6901884d45
commit 8081a3f3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ if (! empty($oids)) {
['value' => 1, 'generic' => 3, 'graph' => 0, 'descr' => 'Empty'],
['value' => 2, 'generic' => 1, 'graph' => 0, 'descr' => 'Initializing'],
['value' => 3, 'generic' => 0, 'graph' => 0, 'descr' => 'Working'],
['value' => 4, 'generic' => 0, 'graph' => 0, 'descr' => 'Unplugged'],
['value' => 4, 'generic' => 1, 'graph' => 0, 'descr' => 'Unplugged'],
['value' => 5, 'generic' => 2, 'graph' => 0, 'descr' => 'Failed'],
['value' => 6, 'generic' => 1, 'graph' => 0, 'descr' => 'UnknownCard'],
['value' => 11, 'generic' => 1, 'graph' => 0, 'descr' => 'BrandMismatch'],

View File

@ -1486,7 +1486,7 @@
"state_descr": "Unplugged",
"state_draw_graph": 0,
"state_value": 4,
"state_generic_value": 0
"state_generic_value": 1
},
{
"state_name": "ccCardState",
@ -2590,7 +2590,7 @@
"state_descr": "Unplugged",
"state_draw_graph": 0,
"state_value": 4,
"state_generic_value": 0
"state_generic_value": 1
},
{
"state_name": "ccCardState",