NRDS_win [extensions]

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
srcadmin
Posts: 11
Joined: Wed Aug 13, 2014 6:09 am

NRDS_win [extensions]

Post by srcadmin »

Hi there!

There are only two file extension definitions in config.ini of NRDP windows client:

Code: Select all

[extensions] 
vbs = cscript //nologo $CHECK_COMMAND$ 
ps1 = powershell -ExecutionPolicy Bypass -File $CHECK_COMMAND$

I need to configure Nagiox server so that all configurations in »NRDS Config Manager« will on client-side include:

Code: Select all

[extensions] 
vbs = cscript //nologo $CHECK_COMMAND$ 
ps1 = powershell -ExecutionPolicy Bypass -File $CHECK_COMMAND$
wsf = cscript //nologo $CHECK_COMMAND$
How do I add this to config (I want config file to automatically updated so the change has to be done on Nagios server, not on client side).
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: NRDS_win [extensions]

Post by tmcdonald »

I see you have opened a ticket for this, so I am going to close this thread and we can tackle it there.
Former Nagios employee
Locked