as a follow on, poller now runs (as does discovery), but there is another process which I haven’t isolated yet which immediately takes the device from online back to offline (in the UI) while leaving status =1.
On Jun 30, 2018, at 08:28 , Joey Stanford nv0n@rmham.org wrote:
Hi,
Overnight the update script brought us to 9304 and the schema up to 378. Immediately after, all of our devices when down and alerts went out. The problem was that the poller script SQL call was failing because it was looking for status = 1 and all of our boxes were in status = 0. poller couldn’t find the host even though the hostname matched hostname in devices. I did an “ update devices set status=1 where `disabled`=0; “ and poller started again but I’m sure something else it at play here.
Joey