System monitoring with osquery
System monitoring with osquery
Posted May 26, 2017 10:31 UTC (Fri) by amarao (guest, #87073)In reply to: System monitoring with osquery by mathstuf
Parent article: System monitoring with osquery
Yes, we could use ssh for this. Actually, in production, we're already using ssh, with old-school nagios checks under shinken. It works, but constant ssh sessions cause big strain on system. PAM, auth logging, key negotiations (including host key changes) - it's all too bulky and asks for refactoring.
I thought about trying osquery for this, but, as it seems, it wouldn't solve any of those problems. Too sad.
