diff -ruN nagios-orig/nagios.info nagios/nagios.info
--- nagios-orig/nagios.info	2012-03-06 16:27:06.000000000 -0800
+++ nagios/nagios.info	2012-03-13 07:50:56.661377071 -0700
@@ -2,6 +2,7 @@
 description = Exposes a page that Nagios can monitor and drush hooks for NRPE.
 core = 7.x
 package = "Monitoring"
+configure = "admin/config/system/nagios"
 
 ; Information added by drupal.org packaging script on 2012-03-07
 version = "7.x-1.2+2-dev"
diff -ruN nagios-orig/nagios.install nagios/nagios.install
--- nagios-orig/nagios.install	2012-03-06 11:52:19.000000000 -0800
+++ nagios/nagios.install	2012-03-13 07:52:25.592751383 -0700
@@ -33,7 +33,7 @@
       $requirements['nagios'] = array(
         'title' => t('Nagios module'),
         'value' => t('Not configured'),
-        'description' => t('Nagios module has not been configured yet. Please configure its settings from the <a href="@url">Nagios settings page</a>.', array('@url' => url('admin/settings/nagios'))),
+        'description' => t('Nagios module has not been configured yet. Please configure its settings from the <a href="@url">Nagios settings page</a>.', array('@url' => url('admin/config/system/nagios'))),
         'severity' => REQUIREMENT_WARNING,
       );
     }
diff -ruN nagios-orig/nagios-plugin/check_drupal nagios/nagios-plugin/check_drupal
--- nagios-orig/nagios-plugin/check_drupal	2012-03-06 11:52:19.000000000 -0800
+++ nagios/nagios-plugin/check_drupal	2012-03-13 07:53:44.881751381 -0700
@@ -13,7 +13,7 @@
 WGET="/usr/bin/wget"
 SSL=/bin/false
 
-PROGNAME=`/usr/bin/basename $0`
+PROGNAME=`basename $0`
 PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
 REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
 
