Skip to content

Commit

Permalink
Update queries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Feb 4, 2025
1 parent 4c4b14a commit c8f0d8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/model/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,15 @@ def getSubcategories():

description = {
'Infrastructure': ['bad owd measurements','large clock correction',
'destination cannot be reached from multiple', 'destination cannot be reached from any',
'source cannot reach any', 'firewall issue', 'complete packet loss',
'unresolvable host', 'hosts not found'],
'destination cannot be reached from multiple', 'destination cannot be reached from any',
'source cannot reach any', 'firewall issue', 'complete packet loss',
'unresolvable host', 'hosts not found'],

'Network': ['bandwidth decreased from/to multiple sites', 'path changed between sites',
'ASN path anomalies', 'path changed'],
'Network': ['bandwidth decreased from/to multiple sites', 'path changed between sites',
'ASN path anomalies', 'path changed'],

'Other': ['bandwidth increased from/to multiple sites', 'bandwidth increased', 'bandwidth decreased',
'high packet loss', 'high packet loss on multiple links']
'Other': ['bandwidth increased from/to multiple sites', 'bandwidth increased', 'bandwidth decreased',
'high packet loss', 'high packet loss on multiple links']
}

subcategories = []
Expand Down

0 comments on commit c8f0d8c

Please sign in to comment.