From 63734f52ab1b4b2c17545b26fc41016d6bbd80bd Mon Sep 17 00:00:00 2001 From: Monitoring Plugins Development Team Date: Sat, 18 Jan 2014 03:40:24 -0500 Subject: Project rename initial commit. This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline. --- plugins/check_radius.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/check_radius.c') diff --git a/plugins/check_radius.c b/plugins/check_radius.c index e54105b0..61ced532 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -1,9 +1,9 @@ /***************************************************************************** * -* Nagios check_radius plugin +* monitoring check_radius plugin * * License: GPL -* Copyright (c) 1999-2008 Nagios Plugins Development Team +* Copyright (c) 1999-2008 Monitoring Plugins Development Team * * Description: * @@ -30,7 +30,7 @@ const char *progname = "check_radius"; const char *copyright = "2000-2008"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "utils.h" @@ -370,7 +370,7 @@ print_help (void) printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); printf ("%s\n", _("The password option presents a substantial security issue because the")); printf ("%s\n", _("password can possibly be determined by careful watching of the command line")); - printf ("%s\n", _("in a process listing. This risk is exacerbated because nagios will")); + printf ("%s\n", _("in a process listing. This risk is exacerbated because the monitor will")); printf ("%s\n", _("run the plugin at regular predictable intervals. Please be sure that")); printf ("%s\n", _("the password used does not allow access to sensitive system resources.")); -- cgit v1.2.3-74-g34f1 From a8c9b696f47c8abf777a0a67ee98616bc9a219a9 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 20 Jan 2014 02:20:28 +0100 Subject: Minor fixes to be amended into "rename" commit --- lib/extra_opts.c | 2 +- lib/parse_ini.c | 2 +- plugins/check_radius.c | 4 ++-- plugins/t/check_http.t | 2 +- plugins/urlize.c | 3 +-- tools/distclean | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) (limited to 'plugins/check_radius.c') diff --git a/lib/extra_opts.c b/lib/extra_opts.c index 70e7dd27..f4d5e66a 100644 --- a/lib/extra_opts.c +++ b/lib/extra_opts.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* Monitoring-plugins extra_opts library +* Monitoring Plugins extra_opts library * * License: GPL * Copyright (c) 2007 Monitoring Plugins Development Team diff --git a/lib/parse_ini.c b/lib/parse_ini.c index dfa72d9c..a1da5038 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* Monitoring-plugins parse_ini library +* Monitoring Plugins parse_ini library * * License: GPL * Copyright (c) 2007 Monitoring Plugins Development Team diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 61ced532..d3549a6c 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -370,8 +370,8 @@ print_help (void) printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); printf ("%s\n", _("The password option presents a substantial security issue because the")); printf ("%s\n", _("password can possibly be determined by careful watching of the command line")); - printf ("%s\n", _("in a process listing. This risk is exacerbated because the monitor will")); - printf ("%s\n", _("run the plugin at regular predictable intervals. Please be sure that")); + printf ("%s\n", _("in a process listing. This risk is exacerbated because the plugin will")); + printf ("%s\n", _("typically be executed at regular predictable intervals. Please be sure that")); printf ("%s\n", _("the password used does not allow access to sensitive system resources.")); printf (UT_SUPPORT); diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index 5bd27d2b..a74220e2 100644 --- a/plugins/t/check_http.t +++ b/plugins/t/check_http.t @@ -32,7 +32,7 @@ my $internet_access = getTestParameter( "NP_INTERNET_ACCESS", my $host_tcp_http2 = getTestParameter( "NP_HOST_TCP_HTTP2", "A host providing an index page containing the string 'monitoring'", - "monitoring-plugins.org" ); + "test.monitoring-plugins.org" ); $res = NPTest->testCmd( diff --git a/plugins/urlize.c b/plugins/urlize.c index 781569dd..6803ddfc 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -10,8 +10,7 @@ * This file contains the urlize plugin * * This plugin wraps the text output of another command (plugin) in HTML -* tags, thus displaying the child plugin's output as a clickable link in compatible -* monitoring status screen. This plugin returns the status of the invoked plugin. +* tags. This plugin returns the status of the invoked plugin. * * * This program is free software: you can redistribute it and/or modify diff --git a/tools/distclean b/tools/distclean index 06d633e9..961cc801 100755 --- a/tools/distclean +++ b/tools/distclean @@ -6,7 +6,7 @@ # Please run this script from the top-level directory. if [ ! -f tools/distclean ]; then - echo "Please run this script from the top-level directory of Monitoring-plugins." + echo "Please run this script from the top-level directory of Monitoring Plugins." exit 1 fi -- cgit v1.2.3-74-g34f1 From c3e756a855704089ded8a126158454167c9e0581 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 20 Jan 2014 03:12:50 +0100 Subject: Capitalize "Monitoring" when it's the first word --- plugins-root/check_dhcp.c | 2 +- plugins-root/check_icmp.c | 2 +- plugins/check_apt.c | 2 +- plugins/check_by_ssh.c | 2 +- plugins/check_dbi.c | 2 +- plugins/check_dig.c | 2 +- plugins/check_disk.c | 2 +- plugins/check_dns.c | 2 +- plugins/check_dummy.c | 2 +- plugins/check_fping.c | 2 +- plugins/check_game.c | 2 +- plugins/check_hpjd.c | 2 +- plugins/check_http.c | 2 +- plugins/check_ide_smart.c | 2 +- plugins/check_ldap.c | 2 +- plugins/check_load.c | 2 +- plugins/check_mrtg.c | 2 +- plugins/check_mrtgtraf.c | 2 +- plugins/check_mysql.c | 2 +- plugins/check_mysql_query.c | 2 +- plugins/check_nt.c | 2 +- plugins/check_ntp.c | 2 +- plugins/check_ntp_peer.c | 2 +- plugins/check_ntp_time.c | 2 +- plugins/check_nwstat.c | 2 +- plugins/check_overcr.c | 2 +- plugins/check_pgsql.c | 2 +- plugins/check_ping.c | 2 +- plugins/check_procs.c | 2 +- plugins/check_radius.c | 2 +- plugins/check_real.c | 2 +- plugins/check_smtp.c | 2 +- plugins/check_snmp.c | 2 +- plugins/check_ssh.c | 2 +- plugins/check_swap.c | 2 +- plugins/check_tcp.c | 2 +- plugins/check_time.c | 2 +- plugins/check_ups.c | 2 +- plugins/check_users.c | 2 +- plugins/negate.c | 2 +- plugins/urlize.c | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) (limited to 'plugins/check_radius.c') diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index e682dd02..1ec5c396 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_dhcp plugin +* Monitoring check_dhcp plugin * * License: GPL * Copyright (c) 2001-2004 Ethan Galstad (nagios@nagios.org) diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 4c3df0bc..4c5b3326 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_icmp plugin +* Monitoring check_icmp plugin * * License: GPL * Copyright (c) 2005-2008 Monitoring Plugins Development Team diff --git a/plugins/check_apt.c b/plugins/check_apt.c index 12038d07..dafce5b9 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_apt plugin +* Monitoring check_apt plugin * * License: GPL * Copyright (c) 2006-2008 Monitoring Plugins Development Team diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index e3ec1caf..b90c1520 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_by_ssh plugin +* Monitoring check_by_ssh plugin * * License: GPL * Copyright (c) 2000-2008 Monitoring Plugins Development Team diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index 692a600e..8d7b376e 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_dbi plugin +* Monitoring check_dbi plugin * * License: GPL * Copyright (c) 2011 Monitoring Plugins Development Team diff --git a/plugins/check_dig.c b/plugins/check_dig.c index 246624ae..969945d4 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_dig plugin +* Monitoring check_dig plugin * * License: GPL * Copyright (c) 2002-2008 Monitoring Plugins Development Team diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 7d6ab7f4..ebe877f1 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_disk plugin +* Monitoring check_disk plugin * * License: GPL * Copyright (c) 1999-2008 Monitoring Plugins Development Team diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 4b3a0fb4..0736a75a 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_dns plugin +* Monitoring check_dns plugin * * License: GPL * Copyright (c) 2000-2008 Monitoring Plugins Development Team diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index ab907731..3ed68717 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_dummy plugin +* Monitoring check_dummy plugin * * License: GPL * Copyright (c) 1999-2007 Monitoring Plugins Development Team diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 786276ea..46046b4f 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_fping plugin +* Monitoring check_fping plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_game.c b/plugins/check_game.c index 205f4678..7966e8cf 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_game plugin +* Monitoring check_game plugin * * License: GPL * Copyright (c) 2002-2007 Monitoring Plugins Development Team diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 0d86eb16..1e7605ba 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_hpjd plugin +* Monitoring check_hpjd plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_http.c b/plugins/check_http.c index 03465540..0956a186 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_http plugin +* Monitoring check_http plugin * * License: GPL * Copyright (c) 1999-2013 Monitoring Plugins Development Team diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 72fc707a..bce1f314 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ide_smart plugin +* Monitoring check_ide_smart plugin * ide-smart 1.3 - IDE S.M.A.R.T. checking tool * * License: GPL diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 9c9b9c98..1f78ad6d 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ldap plugin +* Monitoring check_ldap plugin * * License: GPL * Copyright (c) 2000-2008 Monitoring Plugins Development Team diff --git a/plugins/check_load.c b/plugins/check_load.c index 2a3436db..cde63e56 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_load plugin +* Monitoring check_load plugin * * License: GPL * Copyright (c) 1999-2007 Monitoring Plugins Development Team diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index 192aa928..ed75f4ce 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_mrtg plugin +* Monitoring check_mrtg plugin * * License: GPL * Copyright (c) 1999-2007 Monitoring Plugins Development Team diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index 4ce0f865..32ba0507 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_mrtgtraf plugin +* Monitoring check_mrtgtraf plugin * * License: GPL * Copyright (c) 1999-2007 Monitoring Plugins Development Team diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 8dc2000a..135aa18c 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_mysql plugin +* Monitoring check_mysql plugin * * License: GPL * Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at) diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index 10d47a32..e1d1cfe0 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_mysql_query plugin +* Monitoring check_mysql_query plugin * * License: GPL * Copyright (c) 2006-2009 Monitoring Plugins Development Team diff --git a/plugins/check_nt.c b/plugins/check_nt.c index de99d3f5..1aa7ab51 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_nt plugin +* Monitoring check_nt plugin * * License: GPL * Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com) diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index d293d8b7..d0412978 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ntp plugin +* Monitoring check_ntp plugin * * License: GPL * Copyright (c) 2006 Sean Finney diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index 56d7400d..fc4e731d 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ntp_peer plugin +* Monitoring check_ntp_peer plugin * * License: GPL * Copyright (c) 2006 Sean Finney diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c index a117ab2a..5458babe 100644 --- a/plugins/check_ntp_time.c +++ b/plugins/check_ntp_time.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ntp_time plugin +* Monitoring check_ntp_time plugin * * License: GPL * Copyright (c) 2006 Sean Finney diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c index 96635288..211f0b6e 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_nwstat plugin +* Monitoring check_nwstat plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index de41b372..6df63155 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_overcr plugin +* Monitoring check_overcr plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index a4e79e87..88916fab 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_pgsql plugin +* Monitoring check_pgsql plugin * * License: GPL * Copyright (c) 1999-2011 Monitoring Plugins Development Team diff --git a/plugins/check_ping.c b/plugins/check_ping.c index c0747204..60d7c7d5 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ping plugin +* Monitoring check_ping plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 065f7226..973dd6ee 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_procs plugin +* Monitoring check_procs plugin * * License: GPL * Copyright (c) 2000-2008 Monitoring Plugins Development Team diff --git a/plugins/check_radius.c b/plugins/check_radius.c index d3549a6c..879fe12a 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_radius plugin +* Monitoring check_radius plugin * * License: GPL * Copyright (c) 1999-2008 Monitoring Plugins Development Team diff --git a/plugins/check_real.c b/plugins/check_real.c index 92dd3d9e..b55b8e8e 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_real plugin +* Monitoring check_real plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index e04e84d4..976821d9 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_smtp plugin +* Monitoring check_smtp plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 2ca36b0e..4a1a1ecb 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_snmp plugin +* Monitoring check_snmp plugin * * License: GPL * Copyright (c) 1999-2007 Monitoring Plugins Development Team diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c index f0a40320..42843613 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ssh plugin +* Monitoring check_ssh plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team diff --git a/plugins/check_swap.c b/plugins/check_swap.c index 20257eb3..ce510e14 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_disk plugin +* Monitoring check_disk plugin * * License: GPL * Copyright (c) 2000 Karl DeBisschop (kdebisschop@users.sourceforge.net) diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index a9928011..005c5914 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_tcp plugin +* Monitoring check_tcp plugin * * License: GPL * Copyright (c) 1999-2013 Monitoring Plugins Development Team diff --git a/plugins/check_time.c b/plugins/check_time.c index e082723d..225a15e4 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_time plugin +* Monitoring check_time plugin * * License: GPL * Copyright (c) 1999-2007 Monitoring Plugins Development Team diff --git a/plugins/check_ups.c b/plugins/check_ups.c index bba36ad9..66b93bd8 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_ups plugin +* Monitoring check_ups plugin * * License: GPL * Copyright (c) 2000 Tom Shields diff --git a/plugins/check_users.c b/plugins/check_users.c index 246130b0..458a7ca6 100644 --- a/plugins/check_users.c +++ b/plugins/check_users.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring check_users plugin +* Monitoring check_users plugin * * License: GPL * Copyright (c) 2000-2012 Monitoring Plugins Development Team diff --git a/plugins/negate.c b/plugins/negate.c index a6a43046..e1d7d0b1 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring negate plugin +* Monitoring negate plugin * * License: GPL * Copyright (c) 2002-2008 Monitoring Plugins Development Team diff --git a/plugins/urlize.c b/plugins/urlize.c index 6803ddfc..6fda72d1 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -1,6 +1,6 @@ /***************************************************************************** * -* monitoring urlize plugin +* Monitoring urlize plugin * * License: GPL * Copyright (c) 2000-2007 Monitoring Plugins Development Team -- cgit v1.2.3-74-g34f1