summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/fork.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/fork.md')
-rw-r--r--web/input/doc/faq/fork.md62
1 files changed, 62 insertions, 0 deletions
diff --git a/web/input/doc/faq/fork.md b/web/input/doc/faq/fork.md
new file mode 100644
index 0000000..5057b80
--- /dev/null
+++ b/web/input/doc/faq/fork.md
@@ -0,0 +1,62 @@
1title: Did you fork?
2parent: FAQ
3---
4
5# Did you fork the Nagios Plugins?
6
7TL;DR: No. They forked us.
8
9Long answer:
10
11Initially, there was a Nagios Plugins project. Today, there is both a [Nagios
12Plugins][nagios-plugins] project and a [Monitoring Plugins][monitoring-plugins]
13project. The answer to the question of who forked whom probably isn't
14immediately obvious, especially for those who weren't involved in the mess.
15It'll depend on how exactly you define a "fork", and it may not be all that
16important anyway.
17
18However, because you asked, here's our view on the happenings.
19
20Originally, there was a Nagios Plugins project that was maintained by us;
21i.e., a [team][team] of volunteers not affiliated with [Nagios
22Enterprises][enterprises]. In 2011, we transferred the `nagios-plugins.org`
23domain to Nagios Enterprises on their request. This transfer was coupled with
24an [agreement][agreement] that we would continue to run the project
25independently. Early in 2014, Nagios Enterprises copied most of our web site
26and changed the DNS records to point to their web space instead, which then
27served a slightly modified version of our site including the tarballs we
28created. This was done without prior notice. Presumably, their
29[reasoning][reasoning] for this move was that they weren't happy with us
30[mentioning Icinga and Shinken][mentioning] on our home page.
31
32So, today there are two projects:
33
34One driven by the team that lost its domain, but that did the actual
35maintenance work in the past, and that continues to maintain the same project
36with the same infrastructure (e.g., the GitHub [repositories][repositories]
37and [trackers][trackers], the [mailing lists][support], and the [automated
38test builds][tests]) under the new name.
39
40The other project is driven by the company that controls the domain.
41
42So, if you ask us (as you did by definition when reading this): They clearly
43forked us, not vice versa. We just see two differences to a "typical" fork
44which makes this case less obvious:
45
461. The project that has been forked didn't own its domain name.
472. The project that performed the fork did so without showing any previous
48 development activities.
49
50[nagios-plugins]: http://www.nagios-plugins.org/ "Nagios Plugins"
51[monitoring-plugins]: index.html "Monitoring Plugins"
52[team]: team.html "Monitoring Plugins Development Team"
53[enterprises]: http://www.nagios.com/about/company "Nagios Enterprises"
54[agreement]: news/domain-transfer.html "Domain Transfer Agreement"
55[reasoning]: archive/devel/2014-January/009420.html "Reasoning of Nagios Enterprises"
56[mentioning]: archive/devel/2014-January/009428.html "Response to Nagios Enterprises"
57[repositories]: https://github.com/monitoring-plugins/repositories "GitHub Repositories"
58[trackers]: https://github.com/monitoring-plugins/monitoring-plugins/issues "GitHub Issue Tracker"
59[support]: support.html#mailing-lists "Mailing Lists"
60[tests]: tests.html "Test Results"
61
62<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->