mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 18:07:56 +00:00
9 lines
275 B
YAML
9 lines
275 B
YAML
- name: All rhel-based (rpm) hosts
|
|
automations_enabled: false
|
|
description: Collects all rhel-based hosts.
|
|
discard_data: false
|
|
interval: 300
|
|
logging: snapshot
|
|
observer_can_run: true
|
|
platform: linux
|
|
query: SELECT * FROM os_version WHERE platform_like = 'rhel';
|