-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defaults for interval/retry or bulk edit #2590
Comments
For now, I poked around the SQLite db and figured out how to do it manually. List all monitors with some detail
Update all ICMP monitors that don't have retries==3 and interval==20:
|
@luckman212 |
@CommanderStorm You are correct, this appears to be a duplicate of #455. I will close this one, thank you. |
🏷️ Feature Request Type
Other
🔖 Feature description
It would be awesome if:
✔️ Solution
After setting up 40 or so ICMP monitors, I started getting false alarms with 1 dropped ping packet. I realized the defaults of 60-0-60 are not ideal for me. I prefer 60-3-20. But now I have to manually edit each monitor and re-save it.
❓ Alternatives
I think I could execute some SQL directly on the db to do the bulk update of these parameters, but I am not sure if that is safe.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: