0.4.00.4.10.4.2stable
|
Last change
on this file since 3d782f8 was
358cda1,
checked in by Michael Medin <michael@…>, 4 years ago
|
|
2009-08-30 MickeM
+ Added -c and -d command line options like so:
NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
NSClient++ -c <command> <argument 1> <argument 2> ...
-d Is the same thing but with debug enabled.
+ Added uninstall of old client (sort of broken but works)
2009-08-29 MickeM
- Fixed issue with CheckFile (directory)
- Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
2009-07-18 MickeM
- Fixed issue with no loggers avalible and "memory leak"
- Added "firewall exception" to installer
- Fixed an issue with the socket data buffer
- Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
- Fixed issue with NSCA socket.
2009-07-05 MickeM
2009-06-20 MickeM
- Fixed issue with CheckDisk and paths not working out properly
|
-
Property mode set to
100644
|
|
File size:
817 bytes
|
| Line | |
|---|
| 1 | rem SET BOOST_BUILD_PATH=D:\tools\boost-build
|
|---|
| 2 | SET BOOST_BUILD_PATH=D:\source\libs-c\boost_1_37_0\tools\build\v2
|
|---|
| 3 | rem SET TOOLS_DIR=d:\source\tools\;C:\Program Files\7-Zip\
|
|---|
| 4 | SET TOOLS_DIR=d:\source\tools\;%ProgramFiles%\7-Zip\
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | SET openssl=D:\source\libs-c\openssl-0.9.8g\include
|
|---|
| 8 | SET boost=D:\source\libs-c\boost_1_34_1
|
|---|
| 9 | rem SET boost=D:\source\libs-c\boost_1_35_0
|
|---|
| 10 |
|
|---|
| 11 | set TARGET_LIB_DIR=D:\source\lib
|
|---|
| 12 | set TARGET_LIB_x86_DIR=%TARGET_LIB_DIR%\x86
|
|---|
| 13 | set TARGET_LIB_x64_DIR=%TARGET_LIB_DIR%\x64
|
|---|
| 14 | set TARGET_LIB_IA64_DIR=%TARGET_LIB_DIR%\IA64
|
|---|
| 15 |
|
|---|
| 16 | set PATH=%PATH%;%TOOLS_DIR%
|
|---|
| 17 |
|
|---|
| 18 | set TargetDir=stage\
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | pscp.exe "%TargetDir%\archive\*.zip" "%TargetDir%\installer\*.msi" nscp@nsclient.org:/var/nsclient/www/files/nightly/
|
|---|
| 22 | rem pscp.exe "%TargetDir%\installer\*.msi" nscp@nsclient.org:/var/nsclient/www/files/nightly/
|
|---|
Note: See
TracBrowser
for help on using the repository browser.