summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FAQ2
-rw-r--r--README15
-rw-r--r--SUPPORT8
-rw-r--r--configure.in2
-rw-r--r--nagios-plugins.spec.in4
-rw-r--r--pkg/solaris/pkginfo.in2
-rw-r--r--plugins-root/check_dhcp.c2
-rw-r--r--plugins-root/check_icmp.c2
-rwxr-xr-xplugins-scripts/check_ifoperstatus.pl2
-rwxr-xr-xplugins-scripts/check_mssql.pl2
-rw-r--r--plugins/check_apt.c2
-rw-r--r--plugins/check_by_ssh.c2
-rw-r--r--plugins/check_cluster.c2
-rw-r--r--plugins/check_dbi.c2
-rw-r--r--plugins/check_dig.c2
-rw-r--r--plugins/check_disk.c2
-rw-r--r--plugins/check_dns.c2
-rw-r--r--plugins/check_dummy.c2
-rw-r--r--plugins/check_fping.c2
-rw-r--r--plugins/check_game.c2
-rw-r--r--plugins/check_hpjd.c2
-rw-r--r--plugins/check_http.c2
-rw-r--r--plugins/check_ide_smart.c2
-rw-r--r--plugins/check_ldap.c2
-rw-r--r--plugins/check_load.c2
-rw-r--r--plugins/check_mrtg.c2
-rw-r--r--plugins/check_mrtgtraf.c2
-rw-r--r--plugins/check_mysql.c2
-rw-r--r--plugins/check_mysql_query.c2
-rw-r--r--plugins/check_nagios.c2
-rw-r--r--plugins/check_nt.c2
-rw-r--r--plugins/check_ntp.c2
-rw-r--r--plugins/check_ntp_peer.c2
-rw-r--r--plugins/check_ntp_time.c2
-rw-r--r--plugins/check_nwstat.c2
-rw-r--r--plugins/check_overcr.c2
-rw-r--r--plugins/check_pgsql.c2
-rw-r--r--plugins/check_ping.c2
-rw-r--r--plugins/check_procs.c2
-rw-r--r--plugins/check_radius.c2
-rw-r--r--plugins/check_real.c2
-rw-r--r--plugins/check_smtp.c2
-rw-r--r--plugins/check_snmp.c2
-rw-r--r--plugins/check_ssh.c2
-rw-r--r--plugins/check_swap.c2
-rw-r--r--plugins/check_tcp.c2
-rw-r--r--plugins/check_time.c2
-rw-r--r--plugins/check_ups.c2
-rw-r--r--plugins/check_users.c2
-rw-r--r--plugins/negate.c2
-rw-r--r--plugins/urlize.c2
-rw-r--r--plugins/utils.h6
-rw-r--r--po/Makevars2
-rw-r--r--po/de.po10
-rw-r--r--po/fr.po16
-rw-r--r--po/nagios-plugins.pot10
56 files changed, 83 insertions, 84 deletions
diff --git a/FAQ b/FAQ
index 4fb8653..fa8a4c2 100644
--- a/FAQ
+++ b/FAQ
@@ -88,4 +88,4 @@ A: You can make it available on NagiosExchange (http://nagiosexchange.org)
88 where other people can find it for use. 88 where other people can find it for use.
89 89
90 You can also get feedback on improving the plugin via the 90 You can also get feedback on improving the plugin via the
91 nagiosplug-devel@lists.sourceforge.net mailing list. 91 devel@nagios-plugins.org mailing list.
diff --git a/README b/README
index b3d65de..0f0490e 100644
--- a/README
+++ b/README
@@ -23,14 +23,13 @@ You can check for the latest plugins at:
23 23
24* <https://www.nagios-plugins.org/> 24* <https://www.nagios-plugins.org/>
25 25
26Send an email to <nagiosplug-help@lists.sourceforge.net> for assistance. 26Send an email to <help@nagios-plugins.org> for assistance. Please include
27Please include the OS type and version that you are using. Also, run the 27the OS type and version that you are using. Also, run the plugin with the
28plugin with the `-vvv` option and provide the resulting version information. 28`-vvv` option and provide the resulting version information. Of course,
29Of course, there may be additional diagnostic information required as well. 29there may be additional diagnostic information required as well. Use good
30Use good judgment. 30judgment.
31 31
32Send an email to <nagiosplug-devel@lists.sourceforge.net> for developer 32Send an email to <devel@nagios-plugins.org> for developer discussions.
33discussions.
34 33
35For patch submissions and bug reports, please use the appropriate resources 34For patch submissions and bug reports, please use the appropriate resources
36at <https://github.com/nagios-plugins/nagios-plugins>. 35at <https://github.com/nagios-plugins/nagios-plugins>.
@@ -77,7 +76,7 @@ Installation Instructions
77 make install-root 76 make install-root
78 77
79That's it! If you have any problems or questions, feel free to send an 78That's it! If you have any problems or questions, feel free to send an
80email to <nagiosplug-help@lists.sourceforge.net>. 79email to <help@nagios-plugins.org>.
81 80
82 81
83License Stuff 82License Stuff
diff --git a/SUPPORT b/SUPPORT
index f1705aa..5a2cfeb 100644
--- a/SUPPORT
+++ b/SUPPORT
@@ -7,8 +7,8 @@ http://www.nagios.org/ to track the current status of commercial
7support offerings. 7support offerings.
8 8
9There are two mailing lists associated with Nagios Plugin development: 9There are two mailing lists associated with Nagios Plugin development:
10'help' (mailto:nagiosplug-help@lists.sourceforge.net), and 'devel' 10'help' (mailto:help@nagios-plugins.org), and 'devel'
11(mailto:nagiosplug-devel@lists.sourceforge.net). Unless you are fairly 11(mailto:devel@nagios-plugins.org). Unless you are fairly
12certain you have found a bug or that you are requesting a new feature, 12certain you have found a bug or that you are requesting a new feature,
13please direct support requests to 'help'. 13please direct support requests to 'help'.
14 14
@@ -48,8 +48,8 @@ REPORTING BUGS AND SUBMITTING PATCHES
48 48
49Bug reports, investigations of possible bugs, feature requests, and 49Bug reports, investigations of possible bugs, feature requests, and
50patch submissions should be submitted to the development list at 50patch submissions should be submitted to the development list at
51mailto:nagiosplug-devel@lists.sourceforge.net. Please raise an issue first 51mailto:devel@nagios-plugins.org. Please raise an issue first in
52in GitHub, otherwise your email is likely to be missed over time. 52GitHub, otherwise your email is likely to be missed over time.
53 53
54You should identify the version, preferably in the subject line. 54You should identify the version, preferably in the subject line.
55However, to best use developer resources, it is suggested that you 55However, to best use developer resources, it is suggested that you
diff --git a/configure.in b/configure.in
index 7e8c810..7db6f53 100644
--- a/configure.in
+++ b/configure.in
@@ -61,7 +61,7 @@ AC_SUBST(SCRIPT_TEST)dnl
61WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n" 61WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"
62AC_SUBST(WARRANTY) 62AC_SUBST(WARRANTY)
63 63
64SUPPORT="Send email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net.\nPlease include version information with all correspondence (when possible,\nuse output from the --version option of the plugin itself).\n" 64SUPPORT="Send email to help@nagios-plugins.org if you have questions regarding use\nof this software. To submit patches or suggest improvements, send email to\ndevel@nagios-plugins.org. Please include version information with all\ncorrespondence (when possible, use output from the --version option of the\nplugin itself).\n"
65AC_SUBST(SUPPORT) 65AC_SUBST(SUPPORT)
66 66
67dnl CGIURL has changed for Nagios with 1.0 beta 67dnl CGIURL has changed for Nagios with 1.0 beta
diff --git a/nagios-plugins.spec.in b/nagios-plugins.spec.in
index 17a44c3..4b4b7d0 100644
--- a/nagios-plugins.spec.in
+++ b/nagios-plugins.spec.in
@@ -22,8 +22,8 @@ Summary: Host/service/network monitoring program plugins for Nagios
22 22
23Group: Applications/System 23Group: Applications/System
24License: GPL 24License: GPL
25URL: http://nagiosplug.sourceforge.net/ 25URL: https://www.nagios-plugins.org/
26Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz 26Source0: https://www.nagios-plugins.org/download/%{name}-%{version}.tar.gz
27BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 27BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
28 28
29%define npdir %{_builddir}/%{name}-%{version} 29%define npdir %{_builddir}/%{name}-%{version}
diff --git a/pkg/solaris/pkginfo.in b/pkg/solaris/pkginfo.in
index 3bed346..36a8631 100644
--- a/pkg/solaris/pkginfo.in
+++ b/pkg/solaris/pkginfo.in
@@ -5,7 +5,7 @@ ARCH="@PKG_ARCH@"
5VERSION="@PACKAGE_VERSION@,REV=@REV_DATESTAMP@" 5VERSION="@PACKAGE_VERSION@,REV=@REV_DATESTAMP@"
6CATEGORY="application" 6CATEGORY="application"
7VENDOR="Nagios Plugin Development Team" 7VENDOR="Nagios Plugin Development Team"
8EMAIL="nagiosplug-devel@lists.sourceforge.net" 8EMAIL="devel@nagios-plugins.org"
9PSTAMP="nag@REV_TIMESTAMP@" 9PSTAMP="nag@REV_TIMESTAMP@"
10BASEDIR="/" 10BASEDIR="/"
11CLASSES="none" 11CLASSES="none"
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c
index 42eedec..ef9a50c 100644
--- a/plugins-root/check_dhcp.c
+++ b/plugins-root/check_dhcp.c
@@ -35,7 +35,7 @@
35 35
36const char *progname = "check_dhcp"; 36const char *progname = "check_dhcp";
37const char *copyright = "2001-2007"; 37const char *copyright = "2001-2007";
38const char *email = "nagiosplug-devel@lists.sourceforge.net"; 38const char *email = "devel@nagios-plugins.org";
39 39
40#include "common.h" 40#include "common.h"
41#include "netutils.h" 41#include "netutils.h"
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index 56685f8..255c531 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -40,7 +40,7 @@
40/* char *progname = "check_icmp"; */ 40/* char *progname = "check_icmp"; */
41char *progname; 41char *progname;
42const char *copyright = "2005-2008"; 42const char *copyright = "2005-2008";
43const char *email = "nagiosplug-devel@lists.sourceforge.net"; 43const char *email = "devel@nagios-plugins.org";
44 44
45/** nagios plugins basic includes */ 45/** nagios plugins basic includes */
46#include "common.h" 46#include "common.h"
diff --git a/plugins-scripts/check_ifoperstatus.pl b/plugins-scripts/check_ifoperstatus.pl
index 588993b..43e09eb 100755
--- a/plugins-scripts/check_ifoperstatus.pl
+++ b/plugins-scripts/check_ifoperstatus.pl
@@ -22,7 +22,7 @@
22# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23# 23#
24# 24#
25# Report bugs to: nagiosplug-help@lists.sourceforge.net 25# Report bugs to: help@nagios-plugins.org
26# 26#
27# 11.01.2000 Version 1.0 27# 11.01.2000 Version 1.0
28# 28#
diff --git a/plugins-scripts/check_mssql.pl b/plugins-scripts/check_mssql.pl
index 9a8fc51..cbf2ae7 100755
--- a/plugins-scripts/check_mssql.pl
+++ b/plugins-scripts/check_mssql.pl
@@ -21,7 +21,7 @@
21# along with this program; if not, write to the Free Software 21# along with this program; if not, write to the Free Software
22# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23# 23#
24# Report bugs to: nagiosplug-help@lists.sourceforge.net 24# Report bugs to: help@nagios-plugins.org
25# 25#
26# 26#
27 27
diff --git a/plugins/check_apt.c b/plugins/check_apt.c
index daeb757..bf7bbde 100644
--- a/plugins/check_apt.c
+++ b/plugins/check_apt.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_apt"; 32const char *progname = "check_apt";
33const char *copyright = "2006-2008"; 33const char *copyright = "2006-2008";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "runcmd.h" 37#include "runcmd.h"
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index c5f0d52..2a23487 100644
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
@@ -28,7 +28,7 @@
28 28
29const char *progname = "check_by_ssh"; 29const char *progname = "check_by_ssh";
30const char *copyright = "2000-2008"; 30const char *copyright = "2000-2008";
31const char *email = "nagiosplug-devel@lists.sourceforge.net"; 31const char *email = "devel@nagios-plugins.org";
32 32
33#include "common.h" 33#include "common.h"
34#include "utils.h" 34#include "utils.h"
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index d4e39e0..b046c14 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -24,7 +24,7 @@
24 24
25const char *progname = "check_cluster"; 25const char *progname = "check_cluster";
26const char *copyright = "2000-2007"; 26const char *copyright = "2000-2007";
27const char *email = "nagiosplug-devel@lists.sourceforge.net"; 27const char *email = "devel@nagios-plugins.org";
28 28
29#include "common.h" 29#include "common.h"
30#include "utils.h" 30#include "utils.h"
diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c
index 8c4a511..bd50565 100644
--- a/plugins/check_dbi.c
+++ b/plugins/check_dbi.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_dbi"; 32const char *progname = "check_dbi";
33const char *copyright = "2011"; 33const char *copyright = "2011";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "utils.h" 37#include "utils.h"
diff --git a/plugins/check_dig.c b/plugins/check_dig.c
index c113d87..445b04f 100644
--- a/plugins/check_dig.c
+++ b/plugins/check_dig.c
@@ -34,7 +34,7 @@
34 34
35const char *progname = "check_dig"; 35const char *progname = "check_dig";
36const char *copyright = "2002-2008"; 36const char *copyright = "2002-2008";
37const char *email = "nagiosplug-devel@lists.sourceforge.net"; 37const char *email = "devel@nagios-plugins.org";
38 38
39#include "common.h" 39#include "common.h"
40#include "netutils.h" 40#include "netutils.h"
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index 04d588f..906f3de 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -29,7 +29,7 @@
29const char *progname = "check_disk"; 29const char *progname = "check_disk";
30const char *program_name = "check_disk"; /* Required for coreutils libs */ 30const char *program_name = "check_disk"; /* Required for coreutils libs */
31const char *copyright = "1999-2008"; 31const char *copyright = "1999-2008";
32const char *email = "nagiosplug-devel@lists.sourceforge.net"; 32const char *email = "devel@nagios-plugins.org";
33 33
34 34
35#include "common.h" 35#include "common.h"
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index ac6cfc3..082df2b 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_dns"; 32const char *progname = "check_dns";
33const char *copyright = "2000-2008"; 33const char *copyright = "2000-2008";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "utils.h" 37#include "utils.h"
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c
index 3cfc9ed..ca8e457 100644
--- a/plugins/check_dummy.c
+++ b/plugins/check_dummy.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_dummy"; 31const char *progname = "check_dummy";
32const char *copyright = "1999-2007"; 32const char *copyright = "1999-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "utils.h" 36#include "utils.h"
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index dad000e..507c3a0 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_fping"; 32const char *progname = "check_fping";
33const char *copyright = "2000-2007"; 33const char *copyright = "2000-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "popen.h" 37#include "popen.h"
diff --git a/plugins/check_game.c b/plugins/check_game.c
index 89bb4b1..9b5f523 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_game"; 32const char *progname = "check_game";
33const char *copyright = "2002-2007"; 33const char *copyright = "2002-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "utils.h" 37#include "utils.h"
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index 60e922e..49ee86e 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_hpjd"; 32const char *progname = "check_hpjd";
33const char *copyright = "2000-2007"; 33const char *copyright = "2000-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "popen.h" 37#include "popen.h"
diff --git a/plugins/check_http.c b/plugins/check_http.c
index c36d916..0ffb0c1 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -35,7 +35,7 @@
35 35
36const char *progname = "check_http"; 36const char *progname = "check_http";
37const char *copyright = "1999-2013"; 37const char *copyright = "1999-2013";
38const char *email = "nagiosplug-devel@lists.sourceforge.net"; 38const char *email = "devel@nagios-plugins.org";
39 39
40#include "common.h" 40#include "common.h"
41#include "netutils.h" 41#include "netutils.h"
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c
index 0a8009a..1f0549c 100644
--- a/plugins/check_ide_smart.c
+++ b/plugins/check_ide_smart.c
@@ -35,7 +35,7 @@
35 35
36const char *progname = "check_ide_smart"; 36const char *progname = "check_ide_smart";
37const char *copyright = "1998-2007"; 37const char *copyright = "1998-2007";
38const char *email = "nagiosplug-devel@lists.sourceforge.net"; 38const char *email = "devel@nagios-plugins.org";
39 39
40#include "common.h" 40#include "common.h"
41#include "utils.h" 41#include "utils.h"
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index b05aca9..4717885 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -29,7 +29,7 @@
29/* progname may be check_ldaps */ 29/* progname may be check_ldaps */
30char *progname = "check_ldap"; 30char *progname = "check_ldap";
31const char *copyright = "2000-2008"; 31const char *copyright = "2000-2008";
32const char *email = "nagiosplug-devel@lists.sourceforge.net"; 32const char *email = "devel@nagios-plugins.org";
33 33
34#include "common.h" 34#include "common.h"
35#include "netutils.h" 35#include "netutils.h"
diff --git a/plugins/check_load.c b/plugins/check_load.c
index 296a823..479dc49 100644
--- a/plugins/check_load.c
+++ b/plugins/check_load.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_load"; 31const char *progname = "check_load";
32const char *copyright = "1999-2007"; 32const char *copyright = "1999-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "utils.h" 36#include "utils.h"
diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c
index d6162f3..b2467b2 100644
--- a/plugins/check_mrtg.c
+++ b/plugins/check_mrtg.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_mrtg"; 32const char *progname = "check_mrtg";
33const char *copyright = "1999-2007"; 33const char *copyright = "1999-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "utils.h" 37#include "utils.h"
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c
index a822651..4e6168d 100644
--- a/plugins/check_mrtgtraf.c
+++ b/plugins/check_mrtgtraf.c
@@ -34,7 +34,7 @@
34 34
35const char *progname = "check_mrtgtraf"; 35const char *progname = "check_mrtgtraf";
36const char *copyright = "1999-2007"; 36const char *copyright = "1999-2007";
37const char *email = "nagiosplug-devel@lists.sourceforge.net"; 37const char *email = "devel@nagios-plugins.org";
38 38
39int process_arguments (int, char **); 39int process_arguments (int, char **);
40int validate_arguments (void); 40int validate_arguments (void);
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index db670e2..3414320 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -32,7 +32,7 @@
32 32
33const char *progname = "check_mysql"; 33const char *progname = "check_mysql";
34const char *copyright = "1999-2011"; 34const char *copyright = "1999-2011";
35const char *email = "nagiosplug-devel@lists.sourceforge.net"; 35const char *email = "devel@nagios-plugins.org";
36 36
37#define SLAVERESULTSIZE 70 37#define SLAVERESULTSIZE 70
38 38
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c
index 0bb83c3..edc2ec8 100644
--- a/plugins/check_mysql_query.c
+++ b/plugins/check_mysql_query.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_mysql_query"; 32const char *progname = "check_mysql_query";
33const char *copyright = "1999-2007"; 33const char *copyright = "1999-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "utils.h" 37#include "utils.h"
diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c
index 4fd6342..d3891c1 100644
--- a/plugins/check_nagios.c
+++ b/plugins/check_nagios.c
@@ -34,7 +34,7 @@
34 34
35const char *progname = "check_nagios"; 35const char *progname = "check_nagios";
36const char *copyright = "1999-2007"; 36const char *copyright = "1999-2007";
37const char *email = "nagiosplug-devel@lists.sourceforge.net"; 37const char *email = "devel@nagios-plugins.org";
38 38
39#include "common.h" 39#include "common.h"
40#include "runcmd.h" 40#include "runcmd.h"
diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index 52bbd1c..20f0bb5 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -34,7 +34,7 @@
34 34
35const char *progname = "check_nt"; 35const char *progname = "check_nt";
36const char *copyright = "2000-2007"; 36const char *copyright = "2000-2007";
37const char *email = "nagiosplug-devel@lists.sourceforge.net"; 37const char *email = "devel@nagios-plugins.org";
38 38
39#include "common.h" 39#include "common.h"
40#include "netutils.h" 40#include "netutils.h"
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c
index 16be7c5..8527126 100644
--- a/plugins/check_ntp.c
+++ b/plugins/check_ntp.c
@@ -32,7 +32,7 @@
32 32
33const char *progname = "check_ntp"; 33const char *progname = "check_ntp";
34const char *copyright = "2006-2008"; 34const char *copyright = "2006-2008";
35const char *email = "nagiosplug-devel@lists.sourceforge.net"; 35const char *email = "devel@nagios-plugins.org";
36 36
37#include "common.h" 37#include "common.h"
38#include "netutils.h" 38#include "netutils.h"
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c
index 76152e1..16cce45 100644
--- a/plugins/check_ntp_peer.c
+++ b/plugins/check_ntp_peer.c
@@ -37,7 +37,7 @@
37 37
38const char *progname = "check_ntp_peer"; 38const char *progname = "check_ntp_peer";
39const char *copyright = "2006-2008"; 39const char *copyright = "2006-2008";
40const char *email = "nagiosplug-devel@lists.sourceforge.net"; 40const char *email = "devel@nagios-plugins.org";
41 41
42#include "common.h" 42#include "common.h"
43#include "netutils.h" 43#include "netutils.h"
diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c
index bbcaa0b..9db73f7 100644
--- a/plugins/check_ntp_time.c
+++ b/plugins/check_ntp_time.c
@@ -36,7 +36,7 @@
36 36
37const char *progname = "check_ntp_time"; 37const char *progname = "check_ntp_time";
38const char *copyright = "2006-2008"; 38const char *copyright = "2006-2008";
39const char *email = "nagiosplug-devel@lists.sourceforge.net"; 39const char *email = "devel@nagios-plugins.org";
40 40
41#include "common.h" 41#include "common.h"
42#include "netutils.h" 42#include "netutils.h"
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c
index 6ebe8f8..ade3789 100644
--- a/plugins/check_nwstat.c
+++ b/plugins/check_nwstat.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_nwstat"; 32const char *progname = "check_nwstat";
33const char *copyright = "2000-2007"; 33const char *copyright = "2000-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "netutils.h" 37#include "netutils.h"
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c
index 95977e9..8bd0eb6 100644
--- a/plugins/check_overcr.c
+++ b/plugins/check_overcr.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_overcr"; 32const char *progname = "check_overcr";
33const char *copyright = "2000-2007"; 33const char *copyright = "2000-2007";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "netutils.h" 37#include "netutils.h"
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 324bd5f..a9ebf81 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_pgsql"; 31const char *progname = "check_pgsql";
32const char *copyright = "1999-2011"; 32const char *copyright = "1999-2011";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "utils.h" 36#include "utils.h"
diff --git a/plugins/check_ping.c b/plugins/check_ping.c
index eef2195..83b907e 100644
--- a/plugins/check_ping.c
+++ b/plugins/check_ping.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_ping"; 31const char *progname = "check_ping";
32const char *copyright = "2000-2007"; 32const char *copyright = "2000-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "netutils.h" 36#include "netutils.h"
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index d20b027..7ba02e2 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -34,7 +34,7 @@
34const char *progname = "check_procs"; 34const char *progname = "check_procs";
35const char *program_name = "check_procs"; /* Required for coreutils libs */ 35const char *program_name = "check_procs"; /* Required for coreutils libs */
36const char *copyright = "2000-2008"; 36const char *copyright = "2000-2008";
37const char *email = "nagiosplug-devel@lists.sourceforge.net"; 37const char *email = "devel@nagios-plugins.org";
38 38
39#include "common.h" 39#include "common.h"
40#include "utils.h" 40#include "utils.h"
diff --git a/plugins/check_radius.c b/plugins/check_radius.c
index e54105b..d42df09 100644
--- a/plugins/check_radius.c
+++ b/plugins/check_radius.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_radius"; 31const char *progname = "check_radius";
32const char *copyright = "2000-2008"; 32const char *copyright = "2000-2008";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "utils.h" 36#include "utils.h"
diff --git a/plugins/check_real.c b/plugins/check_real.c
index 18240f3..2fe4c5c 100644
--- a/plugins/check_real.c
+++ b/plugins/check_real.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_real"; 31const char *progname = "check_real";
32const char *copyright = "2000-2007"; 32const char *copyright = "2000-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "netutils.h" 36#include "netutils.h"
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index d477a51..27313c4 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_smtp"; 31const char *progname = "check_smtp";
32const char *copyright = "2000-2007"; 32const char *copyright = "2000-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "netutils.h" 36#include "netutils.h"
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 52ad31e..34504bf 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_snmp"; 31const char *progname = "check_snmp";
32const char *copyright = "1999-2007"; 32const char *copyright = "1999-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "runcmd.h" 36#include "runcmd.h"
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index 6e8a5fc..1c032a4 100644
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_ssh"; 31const char *progname = "check_ssh";
32const char *copyright = "2000-2007"; 32const char *copyright = "2000-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "netutils.h" 36#include "netutils.h"
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 1b2a8dd..7cbd46b 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -29,7 +29,7 @@
29 29
30const char *progname = "check_swap"; 30const char *progname = "check_swap";
31const char *copyright = "2000-2007"; 31const char *copyright = "2000-2007";
32const char *email = "nagiosplug-devel@lists.sourceforge.net"; 32const char *email = "devel@nagios-plugins.org";
33 33
34#include "common.h" 34#include "common.h"
35#include "popen.h" 35#include "popen.h"
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 6ab8261..89f52cc 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -30,7 +30,7 @@
30/* progname "check_tcp" changes depending on symlink called */ 30/* progname "check_tcp" changes depending on symlink called */
31char *progname; 31char *progname;
32const char *copyright = "1999-2008"; 32const char *copyright = "1999-2008";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include <ctype.h> 35#include <ctype.h>
36 36
diff --git a/plugins/check_time.c b/plugins/check_time.c
index 7ee014e..719645f 100644
--- a/plugins/check_time.c
+++ b/plugins/check_time.c
@@ -30,7 +30,7 @@
30 30
31const char *progname = "check_time"; 31const char *progname = "check_time";
32const char *copyright = "1999-2007"; 32const char *copyright = "1999-2007";
33const char *email = "nagiosplug-devel@lists.sourceforge.net"; 33const char *email = "devel@nagios-plugins.org";
34 34
35#include "common.h" 35#include "common.h"
36#include "netutils.h" 36#include "netutils.h"
diff --git a/plugins/check_ups.c b/plugins/check_ups.c
index 59dcc26..aaf62f0 100644
--- a/plugins/check_ups.c
+++ b/plugins/check_ups.c
@@ -34,7 +34,7 @@
34 34
35const char *progname = "check_ups"; 35const char *progname = "check_ups";
36const char *copyright = "2000-2007"; 36const char *copyright = "2000-2007";
37const char *email = "nagiosplug-devel@lists.sourceforge.net"; 37const char *email = "devel@nagios-plugins.org";
38 38
39#include "common.h" 39#include "common.h"
40#include "netutils.h" 40#include "netutils.h"
diff --git a/plugins/check_users.c b/plugins/check_users.c
index ff2aedd..04ff5c0 100644
--- a/plugins/check_users.c
+++ b/plugins/check_users.c
@@ -32,7 +32,7 @@
32 32
33const char *progname = "check_users"; 33const char *progname = "check_users";
34const char *copyright = "2000-2007"; 34const char *copyright = "2000-2007";
35const char *email = "nagiosplug-devel@lists.sourceforge.net"; 35const char *email = "devel@nagios-plugins.org";
36 36
37#include "common.h" 37#include "common.h"
38#include "utils.h" 38#include "utils.h"
diff --git a/plugins/negate.c b/plugins/negate.c
index ef7d4e0..81a0821 100644
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "negate"; 32const char *progname = "negate";
33const char *copyright = "2002-2008"; 33const char *copyright = "2002-2008";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#define DEFAULT_TIMEOUT 11 36#define DEFAULT_TIMEOUT 11
37 37
diff --git a/plugins/urlize.c b/plugins/urlize.c
index 30b2a35..ef2de82 100644
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
@@ -32,7 +32,7 @@
32 32
33const char *progname = "urlize"; 33const char *progname = "urlize";
34const char *copyright = "2000-2006"; 34const char *copyright = "2000-2006";
35const char *email = "nagiosplug-devel@lists.sourceforge.net"; 35const char *email = "devel@nagios-plugins.org";
36 36
37#include "common.h" 37#include "common.h"
38#include "utils.h" 38#include "utils.h"
diff --git a/plugins/utils.h b/plugins/utils.h
index 4fc942d..325d6f0 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -193,9 +193,9 @@ char *fperfdata (const char *,
193 for THRESHOLD format and examples.\n") 193 for THRESHOLD format and examples.\n")
194 194
195#define UT_SUPPORT _("\n\ 195#define UT_SUPPORT _("\n\
196Send email to nagios-users@lists.sourceforge.net if you have questions\n\ 196Send email to help@nagios-plugins.org if you have questions regarding use\n\
197regarding use of this software. To submit patches or suggest improvements,\n\ 197of this software. To submit patches or suggest improvements, send email to\n\
198send email to nagiosplug-devel@lists.sourceforge.net\n\n") 198devel@nagios-plugins.org\n\n")
199 199
200#define UT_NOWARRANTY _("\n\ 200#define UT_NOWARRANTY _("\n\
201The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ 201The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
diff --git a/po/Makevars b/po/Makevars
index 152edec..b786971 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -25,5 +25,5 @@ COPYRIGHT_HOLDER = Nagios Plugin Development Group
25EXTRA_LOCALE_CATEGORIES = 25EXTRA_LOCALE_CATEGORIES =
26 26
27# Email address were to send bug report for the .po translation files 27# Email address were to send bug report for the .po translation files
28PACKAGE_BUGREPORT = nagiosplug-devel@lists.sourceforge.net 28PACKAGE_BUGREPORT = devel@nagios-plugins.org
29 29
diff --git a/po/de.po b/po/de.po
index cb886f9..7ccabff 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@
8msgid "" 8msgid ""
9msgstr "" 9msgstr ""
10"Project-Id-Version: nagiosplug\n" 10"Project-Id-Version: nagiosplug\n"
11"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" 11"Report-Msgid-Bugs-To: devel@nagios-plugins.org\n"
12"POT-Creation-Date: 2010-07-09 19:30-0400\n" 12"POT-Creation-Date: 2010-07-09 19:30-0400\n"
13"PO-Revision-Date: 2004-12-23 17:46+0100\n" 13"PO-Revision-Date: 2004-12-23 17:46+0100\n"
14"Last-Translator: <>\n" 14"Last-Translator: <>\n"
@@ -5455,7 +5455,7 @@ msgstr ""
5455#: plugins/utils.h:192 5455#: plugins/utils.h:192
5456msgid "" 5456msgid ""
5457" See:\n" 5457" See:\n"
5458" http://nagiosplug.sourceforge.net/developer-guidelines." 5458" https://www.nagios-plugins.org/doc/guidelines.html."
5459"html#THRESHOLDFORMAT\n" 5459"html#THRESHOLDFORMAT\n"
5460" for THRESHOLD format and examples.\n" 5460" for THRESHOLD format and examples.\n"
5461msgstr "" 5461msgstr ""
@@ -5463,9 +5463,9 @@ msgstr ""
5463#: plugins/utils.h:197 5463#: plugins/utils.h:197
5464msgid "" 5464msgid ""
5465"\n" 5465"\n"
5466"Send email to nagios-users@lists.sourceforge.net if you have questions\n" 5466"Send email to help@nagios-plugins.org if you have questions regarding use\n"
5467"regarding use of this software. To submit patches or suggest improvements,\n" 5467"of this software. To submit patches or suggest improvements, send email to\n"
5468"send email to nagiosplug-devel@lists.sourceforge.net\n" 5468"devel@nagios-plugins.org\n"
5469"\n" 5469"\n"
5470msgstr "" 5470msgstr ""
5471 5471
diff --git a/po/fr.po b/po/fr.po
index 125b51e..d732540 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@
9msgid "" 9msgid ""
10msgstr "" 10msgstr ""
11"Project-Id-Version: fr\n" 11"Project-Id-Version: fr\n"
12"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" 12"Report-Msgid-Bugs-To: devel@nagios-plugins.org\n"
13"POT-Creation-Date: 2010-07-09 19:30-0400\n" 13"POT-Creation-Date: 2010-07-09 19:30-0400\n"
14"PO-Revision-Date: 2010-04-21 23:38-0400\n" 14"PO-Revision-Date: 2010-04-21 23:38-0400\n"
15"Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n" 15"Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n"
@@ -5584,29 +5584,29 @@ msgstr ""
5584#: plugins/utils.h:192 5584#: plugins/utils.h:192
5585msgid "" 5585msgid ""
5586" See:\n" 5586" See:\n"
5587" http://nagiosplug.sourceforge.net/developer-guidelines." 5587" https://www.nagios-plugins.org/doc/guidelines.html."
5588"html#THRESHOLDFORMAT\n" 5588"html#THRESHOLDFORMAT\n"
5589" for THRESHOLD format and examples.\n" 5589" for THRESHOLD format and examples.\n"
5590msgstr "" 5590msgstr ""
5591" Voir:\n" 5591" Voir:\n"
5592" http://nagiosplug.sourceforge.net/developer-guidelines." 5592" https://www.nagios-plugins.org/doc/guidelines.html."
5593"html#THRESHOLDFORMAT\n" 5593"html#THRESHOLDFORMAT\n"
5594" pour le format et examples des seuils (THRESHOLD).\n" 5594" pour le format et examples des seuils (THRESHOLD).\n"
5595 5595
5596#: plugins/utils.h:197 5596#: plugins/utils.h:197
5597msgid "" 5597msgid ""
5598"\n" 5598"\n"
5599"Send email to nagios-users@lists.sourceforge.net if you have questions\n" 5599"Send email to help@nagios-plugins.org if you have questions regarding use\n"
5600"regarding use of this software. To submit patches or suggest improvements,\n" 5600"of this software. To submit patches or suggest improvements, send email to\n"
5601"send email to nagiosplug-devel@lists.sourceforge.net\n" 5601"devel@nagios-plugins.org\n"
5602"\n" 5602"\n"
5603msgstr "" 5603msgstr ""
5604"\n" 5604"\n"
5605"Envoyez un email à nagios-users@lists.sourceforge.net si vous avez des " 5605"Envoyez un email à help@nagios-plugins.org si vous avez des "
5606"questions\n" 5606"questions\n"
5607"reliées à l'utilisation de ce logiciel. Pour envoyer des patches ou suggérer " 5607"reliées à l'utilisation de ce logiciel. Pour envoyer des patches ou suggérer "
5608"des\n" 5608"des\n"
5609"améliorations, envoyez un email à nagiosplug-devel@lists.sourceforge.net\n" 5609"améliorations, envoyez un email à devel@nagios-plugins.org\n"
5610"\n" 5610"\n"
5611 5611
5612#: plugins/utils.h:202 5612#: plugins/utils.h:202
diff --git a/po/nagios-plugins.pot b/po/nagios-plugins.pot
index 53ccf50..0fb2696 100644
--- a/po/nagios-plugins.pot
+++ b/po/nagios-plugins.pot
@@ -7,7 +7,7 @@
7msgid "" 7msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n" 9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" 10"Report-Msgid-Bugs-To: devel@nagios-plugins.org\n"
11"POT-Creation-Date: 2012-02-16 17:35-0600\n" 11"POT-Creation-Date: 2012-02-16 17:35-0600\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -5307,7 +5307,7 @@ msgstr ""
5307#: plugins/utils.h:192 5307#: plugins/utils.h:192
5308msgid "" 5308msgid ""
5309" See:\n" 5309" See:\n"
5310" http://nagiosplug.sourceforge.net/developer-guidelines." 5310" https://www.nagios-plugins.org/doc/guidelines.html."
5311"html#THRESHOLDFORMAT\n" 5311"html#THRESHOLDFORMAT\n"
5312" for THRESHOLD format and examples.\n" 5312" for THRESHOLD format and examples.\n"
5313msgstr "" 5313msgstr ""
@@ -5315,9 +5315,9 @@ msgstr ""
5315#: plugins/utils.h:197 5315#: plugins/utils.h:197
5316msgid "" 5316msgid ""
5317"\n" 5317"\n"
5318"Send email to nagios-users@lists.sourceforge.net if you have questions\n" 5318"Send email to help@nagios-plugins.org if you have questions regarding use\n"
5319"regarding use of this software. To submit patches or suggest improvements,\n" 5319"of this software. To submit patches or suggest improvements, send email to\n"
5320"send email to nagiosplug-devel@lists.sourceforge.net\n" 5320"devel@nagios-plugins.org\n"
5321"\n" 5321"\n"
5322msgstr "" 5322msgstr ""
5323 5323