On Wed, 16 Feb 2022 16:56:13 -0500
Matthew Pounsett <[email protected]> wrote:

> I'm trying to find a way to poll for any zones where knot is currently
> waiting on DS submission to the parent.

> Does that seem correct?  Am I missing something simpler? :)

I found this simplest in our system:

/usr/sbin/knotc zone-status | grep -v 'DS check: not scheduled' | \
    sed 's/^\[\(..*\)\.\].*/\1/' | sort

That lists all domains where DS check is scheduled, so all domains
where CDS is published.

-- 
Tuomo Soini <[email protected]>
Foobar Linux services
+358 40 5240030
Foobar Oy <https://foobar.fi/>
--

Reply via email to