I’m curious how hard it will be to add a windows agent like the existing Linux agent.
I have written a PowerShell listener that responds on 36602 with the output from whatever scripts are in a specific directory with the data formatted in the expected format for Observium. Currently I have scripts that return the installed
packages, ioping, vmwaretools, and working on a few others (IIS, MSSQL, Exchange).
I have yet to started looking at the Observium side of things other than glancing at includes/polling/unix_agent.inc.php and a few of the scripts in includes/polling/unix_agent/*.
Any help out there for this?