Skip to content

Commit

Permalink
[fix] Fixed tolerance for min WiFi Clients alert
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jan 9, 2025
1 parent 729eccd commit 42cf23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_monitoring/monitoring/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def _get_access_tech():
'name': '{name}',
'key': 'wifi_clients_min',
'field_name': 'clients',
'alert_settings': {'operator': '<', 'threshold': 1, 'tolerance': 1440},
'alert_settings': {'operator': '<', 'threshold': 1, 'tolerance': 4320},
'notification': {
'problem': {
'verbose_name': 'Min WiFi clients PROBLEM',
Expand Down

0 comments on commit 42cf23d

Please sign in to comment.