When I send reloadDaemonConfig for vacuumd, I see, that it reloads <automations> section, but it makes not working periodical statements like eg.: <statement> <!-- this deletes all the nodes that have been marked as deleted - it relies on cascading deletes --> DELETE FROM node WHERE node.nodeType = 'D'; </statement>
In order to make them working correctly again, I have to restart whole openNMS.
Hello,
When I send reloadDaemonConfig for vacuumd, I see, that it reloads <automations> section, but it makes not working periodical statements like eg.:
<statement>
<!-- this deletes all the nodes that have been marked as deleted - it relies on cascading deletes -->
DELETE FROM node WHERE node.nodeType = 'D';
</statement>
In order to make them working correctly again, I have to restart whole openNMS.