I'm running openvox agents in noop mode by default (via CLI --noop option). I'd like to have a way to see only nodes that has changes pending. This doesn't fall under latest_report_status: "pending" case, because latest_report_status is set to unchanged. But there is latest_report_noop_pending: true.
I see 2 options now:
- Add a
noop_pending status in Vue and filter by this field when selected
- Use a predefined query. Though, predefined queries doesn't have "renderer" support. I'd like to see the
certname as a node link. Also, in this case it seems I cannot easily see just the amount of resources changed (pending actually) 🤔
@sebastianrakel Any better ideas maybe?
I'm running openvox agents in noop mode by default (via CLI
--noopoption). I'd like to have a way to see only nodes that has changes pending. This doesn't fall underlatest_report_status: "pending"case, becauselatest_report_statusis set tounchanged. But there islatest_report_noop_pending: true.I see 2 options now:
noop_pendingstatus in Vue and filter by this field when selectedcertnameas a node link. Also, in this case it seems I cannot easily see just the amount of resources changed (pending actually) 🤔@sebastianrakel Any better ideas maybe?