summaryrefslogtreecommitdiffstats
path: root/web/input/development.md
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Add missing whitespaceJan Wagner1-1/+1
2022-07-16Replace Travis build status badgeJan Wagner1-2/+2
2022-07-16Remove obsolete testsJan Wagner1-4/+0
2022-07-16Replace Travis CI with GitHub ActionsJan Wagner1-3/+3
2021-06-25development.md: Update GitHub URLHolger Weiss1-1/+1
The old /monitoring-plugins/repositories URL is dead.
2015-10-16Remove Travis-CI-Badge for "maint" branchHolger Weiss1-7/+2
2014-07-08development.md: Fix coverity branch URLHolger Weiss1-1/+1
We now have coverity/maint and coverity/master branches.
2014-02-16development.md: Mention Coverity ScanHolger Weiss1-5/+7
Modify the wording regarding our continuous integration tests to also mention Coverity Scan.
2014-02-16development.md: Replace inline HTMLHolger Weiss1-3/+9
Replace HTML code with Markdown syntax.
2014-02-16Add links to our branchesJan Wagner1-3/+3
2014-02-16Add coverity metricJan Wagner1-0/+1
2014-02-16Add Travis build statusJan Wagner1-0/+3
2014-02-16Fix Travis URLJan Wagner1-1/+1
2014-02-16Fix wordingJan Wagner1-1/+1
2014-02-16Add travis-ci testsJan Wagner1-1/+11
2014-01-29Add expandtab to vim modelineThomas Guyot-Sionnest1-1/+1
2014-01-22s/Nagios::Plugin/Monitoring::Plugin/Holger Weiss1-1/+1
The Nagios::Plugin module has been renamed to Monitoring::Plugin.
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss1-6/+6
This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come.
2014-01-11development.md: Don't mention the GuidelinesHolger Weiss1-8/+0
The Nagios Plugin Development Guidelines are referenced on the main Documentation page (and elsewhere), so there's no need to also mention them on the Development page.
2014-01-11Import most FAQ items from old web siteHolger Weiss1-6/+7
Import most of the FAQ entries from our old web site. A few outdated questions have been omitted, many of the imported ones were updated in one way or another, and the order of the development-related questions has been changed. Also, the phrasing of some questions has been modified (just to make the headings shorter). For the record, this is the original list of questions from the old web site: General ------- * Who controls the Nagios Plugins project? * What license is Nagios Plugins distributed under? * Who owns the copyright for the Nagios Plugin code? * Can I submit a patch to this project? * Do you accept donations? Compiling --------- * ./configure appears to hang * check_ldap, check_radius or check_pgsql don't compile even though configure output says the required libraries are present * How come check_http/check_tcp doesn't work with --ssl? * How do I compile the Nagios::Plugin perl module? * I can't compile check_mysql on solaris * I get '":types" is not exported by the Params::Validate module' when running tests * Why does Solaris use pst3 for check_procs? Installing ---------- * Some of the root plugins (check_dhcp and check_icmp) haven't been installed. What's happening? * Why aren't my plugins installed as the nagios user? And what about root plugins? Development ----------- * How do I use Git? * Can I add extra tests to the C routines? * Can I use the Nagios Plugins in my own project? * How can I find out more about writing a plugin? * How do I make changes on nagiosmib? * How do I prove the C routines work? * How do I use and update Gnulib? * How do I use the Nagios::Plugin perl module? * How do the test parameters in NPTest.pm work? * Private C APIs
2013-10-13Add an actual News pageHolger Weiss1-1/+1
Initial support for News pages had been committed already, this commit completes that support and adds an actual News page. News pages (with up to ten articles) are auto-created from any pages that have the "date" attribute set.
2013-10-04Add test instance of the web siteHolger Weiss1-0/+60
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.