本帖最后由monicazhang于2015-10-3021:25编辑
20151030淡然
TableofContents
ListofTables
Preface Thepurposeofthisguidelinesistoprovideareferencefortheplug-indevelopersandencouragethestandarizationofthedifferentkindofplug-ins:C,shell,perl,python,etc.这个向导的目的是为插件开发者提供一个手册,并为不同类型插件(如:C,shell,perl,python等)提供一个标准。 NagiosPlug-inDevelopmentGuidelinesCopyright(C)2000-2009(NagiosPluginsTeam) Permissionisgrantedtomakeanddistributeverbatimcopiesofthismanualprovidedthecopyrightnoticeandthispermissionnoticearepreservedonallcopies. Thepluginsthemselvesarecopyrightedbytheirrespectiveauthors.插件的版权归开发者个人。开源监控软件
TableofContents
1.Developmentplatformrequirements NagiospluginsaredevelopedtotheGNUstandard,soanyOSwhichissupportedbyGNUshouldruntheplugins.WhiletherequirementsforcompilingtheNagiospluginsreleaseareverybasic,developingfromtheGitrepositoryrequiresadditionalsoftwaretobeinstalled.Thesearetheminimumlevelsofsoftwarerequired:下面是最基本软件环境要求:nagios实施 GNUmake3.79
GNUautomake1.9.2
GNUautoconf2.59
GNUm41.4.2
GNUlibtool1.5 TocompilefromGit,afteryouhaveclonedtherepository,run:从Git编译,从库中复制了代码后,运行以下命令: tools/setup
./configurenagios培训
make
makeinstall
|