Aryaman

Results 28 comments of Aryaman

> We need this for the Iperf alerts right? If so, we can look for a solution, do you have any idea? Yes, It would be great If we can...

Solved and Closed by : https://github.com/openwisp/openwisp-monitoring/pull/447

> @Aryamanz29 I found this weird behaviour with Alert Settings inline. It not occurring with Checks inline. > > ![Screenshot from 2022-08-23 13-25-28](https://user-images.githubusercontent.com/32094433/186104230-53c6f38e-e900-47af-a8df-234c01d23b89.png) @pandafy https://github.com/openwisp/openwisp-monitoring/pull/431#discussion_r950689689 We can customize this form...

https://user-images.githubusercontent.com/56113566/186871310-78f5cf55-2406-45f2-ac8b-eaee69881036.mp4

@nemesisdesign @pandafy, I think it is due to `extra=1` in `AlertSettingsInline` when user `has_add_permission` So currently we have following options for `AlertsettingsInline`: - Let fix `extra=0` to avoid those empty...

@nemesisdesign @pandafy - [x] Can we show the metrics which have the alert settings first? - Yes, it is possible. We can change **MetricInline**  `ordering = [F('alertsettings').desc(nulls_last=True)]` - ![alertsettings_ordering](https://user-images.githubusercontent.com/56113566/187900286-2fe27661-3dc9-4b68-a636-dd8d29f14c8e.gif) -...

> I have manually tested the changes and it works as expected. > > The ordering of the AlertSettings objects in the inline appears to be random (apart from showing...

> In my recent testing, I found out that it is not possible to remove an AlertSetting form the the inline without deleting the metric. > > Steps to replicate...

I have tried to change various parameters like in `layout`(width: & bargap:), `options` (width : ) in this chart but I cant able to increase thickness of this specific timeframe...

I need your review (when you're free) @pandafy @nemesisdesign. This will let me know that I'm going on the right direction with this PR or not 😄