diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-02-08 05:58:03 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-02-08 05:58:03 (GMT) |
commit | 20cc276166823ca7b938e4b9aacf7fa2ffd25b73 (patch) | |
tree | 6aaa0b6499a74d67db2f1eade444a580acee753a /FAQ | |
parent | 69ad2551b9828d49171094407a7c3b0ebe5aec3c (diff) | |
download | monitoring-plugins-20cc276166823ca7b938e4b9aacf7fa2ffd25b73.tar.gz |
add item on submitting new plugins
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@294 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -78,4 +78,10 @@ Frequently Asked Questions | |||
78 | executed by nagios, but ping seems to be far and away the biggest | 78 | executed by nagios, but ping seems to be far and away the biggest |
79 | offender.) | 79 | offender.) |
80 | 80 | ||
81 | 8. Q: I have a plugin to offer. What do I do to get it accepted? | ||
81 | 82 | ||
83 | A: Send it to nagiosplug-devel@lists.sourceforge.net. Usually, we | ||
84 | just drop it into contrib until we have a chance to check if the | ||
85 | standard options are used, etc. | ||
86 | |||
87 | You can also get feedback on improving the plugin via the mailing list. | ||