[12:14:25] hi all im wanting to add a new check which alerts if the following command exits with none 0 ` sudo cookbook --dry-run sre.puppet.sync-netbox-hiera -c 'test' ` [12:14:56] should i just add this as a nrpe command, or is there a better aertmanager/blackbox checking methodolagy [12:33:22] jbond: I'd say the easiest might be to wrap it in a systemd service/timer, then failure will alert [12:38:14] godog: ack thanks [12:39:32] sure np!