Opened 2 years ago

Closed 6 months ago

#431 closed enhancement (fixed)

Enhancements to the Includes section of the NSC.ini

Reported by: fsabelha Owned by: MickeM
Priority: 1 Milestone: 0.4.1
Component: Core Version: 0.3.8
Severity: Feature Requests Keywords:
Cc:

Description

I am able to include files in the NSClient++ directory, but I would like to include files that are shared on the network or in other directories. That way I only have to modify one file and all other NSC files will point to that file.

All servers would have a default NSC.ini file as follows:
[settings]
use_file=1

[includes]

ServerName?\ShareName?\MasterNSC.ini


Then I could modify the MasterNSC file and the changes would apply across all servers. If this is already possible, please let me know.

The only work around I've come up with is using .. to move to other directories.

So...

[includes]
c:\OtherNSC.ini

doesn't work, but

[includes]
..\..\OtherNSC.ini

does work.

Change History (2)

comment:1 Changed 15 months ago by mickem

  • Milestone set to future

comment:2 Changed 6 months ago by mickem

  • Milestone changed from future to 0.4.1
  • Resolution set to fixed
  • Status changed from new to closed

Should work on 0.4.1 (if not please reopen)

Note: See TracTickets for help on using tickets.