diff --git a/howto/cumin.md b/howto/cumin.md index cf0ca3ab821051cddb4e77ceea901666ca8c4f70..3104897deeb9889f99fdfc7a1f72951c80b7d3eb 100644 --- a/howto/cumin.md +++ b/howto/cumin.md @@ -216,9 +216,14 @@ upgraded to bookworm: cumin 'not F:os.distro.codename=bookworm' uptime -Just check the monitoring server: +To run against all hosts that have an `ssl::service` resource in their latest +built catalog: - cumin 'R:class=roles::monitoring' uptime + cumin 'R:ssl::service' uptime + +To run against only the dal ganeti cluster nodes: + + cumin 'R:class=role::ganeti::dal' uptime Any Puppet fact or class can be queried that way. This also serves as a ad-hoc interface to query PuppetDB for certain facts, as you don't