I'm not seeing anything about this, so I just wanted to check my sanity.
Background:
We have installed an "Agent" on a Linux server. Its collecting a bunch of "standard" metrics (like CPU/memory/etc) that we get on a windows server when we connect via WMI and we list the "resources" to monitor.
It appears the agents are configured? for metrics collection based on "plug-ins". I can "view the plugins" from the 'manage agents" page in the NPM web UI.
Our agent is configured as 'passive", meaning our Orion poller reaches out using a "shared secret" to get data from the agent (my assumption is that, in this mode, the agent does nothing until the Poller reaches out to it to initiate data collection)
Questions:
If we wanted to collect "more" data than is being currently collected *using ONLY the agent*, it appears we cannot (or do not) download any extra "plugins". It appears the plugins" are "whatever comes with the product" and you do not normally develop plugins on your own or download them from somewhere (like you can with SAM templates)?
It appears that we can use SAM templates, but I thought these 'connect to the server via ssh and run scripts every poll" on Linux vs "pushes the script down to the agent and it stays there in the agent, ready for execution" (. But I see inside SAM templates there is an option under 'advanced" for "Preferred Polling Method: Agent"... so if this is chosen do templates get pushed to agents 1 time and stay there, ready for execution?