Skip to content

Commit

Permalink
Merge pull request #53 from centreon/bmareau-patch-1
Browse files Browse the repository at this point in the history
Update README.md - Link github
  • Loading branch information
Simon Bomm authored May 18, 2021
2 parents 8c1ad30 + 953c95e commit 966b834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ There are a lot of files in this repository, but you just have to know a few to

Those two files allow you to generate a centreon_plugins.exe to be executed on a 32 or 64 bits Windows OS. You can bring your own modifications to the following lines if needed:

- ```SET VERSION_PLUGIN=20000101``` # set the version of centreon-plugins, we recommend to follow official centreon_plugins releases (https://github.com/centreon-plugins/releases)
- ```SET VERSION_PLUGIN=20000101``` # set the version of centreon-plugins, we recommend to follow official centreon_plugins releases (https://github.com/centreon/centreon-plugins/releases)
- ```set PERL_INSTALL_DIR=C:\Strawberry``` # set the path to your Strawberry perl installation dir

If you want to add more plugins, its associated modes and dependencies, you can modify the ```CMD /C %PERL_INSTALL_DIR%\perl\site\bin\pp --lib=centreon-plugins\ ^``` command_line parameters. Only modify by adding of removing lines starting by -M. An extract below shows how we add our WSUS plugin to centreon_plugins.exe binary:
Expand Down

0 comments on commit 966b834

Please sign in to comment.