Skip to content
Discussion options

You must be logged in to vote

I answered my own question.

Click on the bell icon on the left side menu, select Alerts. On the page that opens, find 'Low Traffic Volume on Monitor Interface', click the gear icon to the far right for this alert, select Edit, then change the value then change the following line:
crit = (r) => r["bytes_recv"] < 5.0
to the value you want, in my case I changed it as follows
crit = (r) => r["bytes_recv"] < 0.5

Hope this helps someone else.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cm-ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
1 participant