Skip to content

Commit

Permalink
Channel usage and interference are now discovered for active radios, …
Browse files Browse the repository at this point in the history
…2G and 5G are automatically separated
  • Loading branch information
patricegautier committed Oct 8, 2021
1 parent 5751dec commit df87caa
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 72 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,19 @@ The load average value above which to issue a info. The consensus is 1 for this
### {$UNIFI_LOAD_AVERAGE_HIGH}
The load average value above which to issue a warning. I have this set to 2. Note that for switches and APs this value has less meaning since they process packets with specialized HW and this macro is overridden in the template to avoid too many warnings

### {$UNIFI_CHANNEL_INTERFERENCE_INFO_THRESHOLD}
### {$UNIFI_CHANNEL_INTERFERENCE_INFO_THRESHOLD}
The percentages above which to issue and info/average event for channel interferences. I have this set to 30 and 50 respectively
You can customize this for 2G/5G with {$UNIFI_CHANNEL_INTERFERENCE_INFO_THRESHOLD:"ng"} or {$UNIFI_CHANNEL_INTERFERENCE_INFO_THRESHOLD:"na"} values


### {$UNIFI_CHANNEL_USAGE_INFO_THRESHOLD}
### {$UNIFI_CHANNEL_USAGE_AVERAGE_THRESHOLD}
The percentages above which to issue and info/average event for Channel usage. I have this set to 30 and 50 respectively
You can customize this for 2G/5G with {$UNIFI_CHANNEL_USAGE_INFO_THRESHOLD:"ng"} or {$UNIFI_USAGE_INTERFERENCE_INFO_THRESHOLD:"na"} values




# SUCCESS!

Expand Down
Loading

0 comments on commit df87caa

Please sign in to comment.