Remote plugins?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
DuncanClarke
Posts: 1
Joined: Tue Oct 22, 2019 6:08 am

Remote plugins?

Post by DuncanClarke »

We have a simple check running that I have tested on one of our servers. It is using a Powershell script in the plugins directory.

check_xi_ncpa!-t '<token>' -P 5693 -M 'plugins/CheckNetworkCategory.ps1' -q "args=DomainAuthenticated"!!!!!!!

My question is, do I need to upload this script to the plugins directory on every server we want to monitor, or is it possible to store it centrally and point all servers to the one centralised script (UNC path or similar)? For example,

check_xi_ncpa!-t '<token>' -P 5693 -M '\\fileserver.domain\Share\script.ps1' -q "args=DomainAuthenticated"!!!!!!!
Post Reply