You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also configure commands to be selectively executed on VMs depending on their OS and architecture. These conditional commands use an alternative syntax to allow providing one or more filters. Let's modify the previous example to only execute the `guest_info` command in VMs running Ubuntu 22.04/24.04:
Filtering works by previously extracting and storing special OS_ attributes from `guest-get-osinfo`, whose values will then be used to check each condition. They can also be accessed in the MONITORING section. The corresponding attribute must then match exactly (case sensitive) one of the given filters for the VM to be eligible to run the command. Providing several filters requires the VM to match each of them.
509
+
510
+
This table summarizes the available filters and corresponding OS monitoring attributes:
0 commit comments