summaryrefslogtreecommitdiffstats
path: root/web/content/support.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/content/support.md')
-rw-r--r--web/content/support.md79
1 files changed, 79 insertions, 0 deletions
diff --git a/web/content/support.md b/web/content/support.md
new file mode 100644
index 0000000..0859f28
--- /dev/null
+++ b/web/content/support.md
@@ -0,0 +1,79 @@
1title: Support
2parent: Home
3menu-position: 4
4---
5
6# Support
7
8## Bug Tracker
9
10If you believe you found a bug, you might want to [check][search] whether it
11has been reported to our [issue tracker][tracker] already. Please also try
12the [current snapshot][snapshot], as the bug may be fixed in the latest code.
13Otherwise, please submit a [new issue][new] and include all information that
14might be relevant!
15
16## Mailing Lists
17
18<!--%
19# There are four mailing lists for the Nagios Plugins:
20#
21# * General discussion and support: **<help@nagios-plugins.org>**
22# [Subscribe][help-sub] | [Archive][help-arch] | [Gmane][help-gmane]
23#
24# * Development-related issues: **<devel@nagios-plugins.org>**
25# [Subscribe][devel-sub] | [Archive][devel-arch] | [Gmane][devel-gmane]
26#
27# * Git commits (read-only): **<commits@nagios-plugins.org>**
28# [Subscribe][commits-sub] | [Archive][commits-arch] | [Gmane][commits-gmane]
29#
30# * Announcements (read-only): **<announce@nagios-plugins.org>**
31# [Subscribe][announce-sub] | [Archive][announce-arch] | [Gmane][announce-gmane]
32#
33# Announcements are also sent to the [help][help-sub] and [devel][devel-sub]
34# mailing lists, so the [announce][announce-sub] list is generally only useful
35# if you'd like to be notified of new releases without following any
36# discussions.
37%-->
38
39<!--% # OLD LISTS # %-->
40There are three mailing lists for the Nagios Plugins:
41
42* General discussion and support: **<nagiosplug-help@lists.sourceforge.net>**
43 [Subscribe][help-sub] | [Archive][help-arch] | [Gmane][help-gmane]
44
45* Development-related issues: **<nagiosplug-devel@lists.sourceforge.net>**
46 [Subscribe][devel-sub] | [Archive][devel-arch] | [Gmane][devel-gmane]
47
48* Git commits (read-only): **<nagiosplug-checkins@lists.sourceforge.net>**
49 [Subscribe][commits-sub] | [Archive][commits-arch] | [Gmane][commits-gmane]
50<!--% # OLD LISTS # %-->
51
52Be aware that these mailing lists are read by volunteers, so responses may
53take time, if at all.
54
55## IRC
56
57Plugin issues are usually discussed in the `#Nagios` or `#Icinga` channels on
58[freenode][freenode]. Some of the developers also hang around in
59`#Nagios-Devel`.
60
61[snapshot]: download/snapshot/nagios-plugins-master.tar.gz "Current Snapshot Tarball"
62[search]: https://github.com/nagios-plugins/nagios-plugins/search?type=Issues "Issue Tracker Search"
63[tracker]: https://github.com/nagios-plugins/nagios-plugins/issues "Issue Tracker"
64[new]: https://github.com/nagios-plugins/nagios-plugins/issues/new "New Issue"
65[freenode]: http://freenode.net/ "Freenode Network"
66[help-sub]: https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
67[help-arch]: https://sourceforge.net/p/nagiosplug/mailman/nagiosplug-help
68[help-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins
69[devel-sub]: https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel
70[devel-arch]: https://sourceforge.net/p/nagiosplug/mailman/nagiosplug-devel
71[devel-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.devel
72[commits-sub]: https://lists.sourceforge.net/lists/listinfo/nagiosplug-checkins
73[commits-arch]: https://sourceforge.net/p/nagiosplug/mailman/nagiosplug-checkins
74[commits-gmane]: http://dir.gmane.org/gmane.network.nagios.plugins.cvs
75[announce-sub]: /fixme
76[announce-arch]: /fixme
77[announce-gmane]: /fixme
78
79<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->