OS Updates - Alert Rule

Has anybody ever made an alert rule for the (Apps) OS-Updates?

image

What do you want to alert on?

When Updates become available.

Like for example > = 5

Sure, do a select * from applications, look for the os updates and paste the line from that. should be able to work out from that query.

1 Like

I see it, Thank you.

app_status in that table shows the number of available updates.

1 Like

just in case anybody comes looking

%applications.app_status >= “1” && %applications.app_type = “os-updates”

2 Likes