source: nscp/modules/CheckExternalScripts/CheckExternalScripts.def @ 79e734f

0.4.00.4.10.4.2
Last change on this file since 79e734f was c1d545e, checked in by Michael Medin <michael@…>, 5 years ago

2008-02-09 MickeM

+ New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)

  • Can Check batch/vbs/programs/*
  • Works with NSCA module (if you don't want to have NRPE at the same time)
  • Simpler syntax (discarded old and added new section for alias)
  • Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
  • Property mode set to 100644
File size: 263 bytes
Line 
1LIBRARY CheckExternalScripts
2
3EXPORTS
4        NSModuleHelperInit
5        NSLoadModule
6        NSGetModuleName
7        NSGetModuleVersion
8        NSHasCommandHandler
9        NSHasMessageHandler
10        NSHandleMessage
11        NSHandleCommand
12        NSUnloadModule
13        NSGetConfigurationMeta
14        NSGetModuleDescription
Note: See TracBrowser for help on using the repository browser.