commit 311b04205f7f6a77ba31e8db19ed5d76fe5f24d3
Author: mig5 <mig@mig5.net>
Date:   Tue Mar 15 19:28:34 2011 +1100

    update plugin return code definitions to match what they are at least in Nagios3

diff --git nagios.module nagios.module
index 4b1f6f2..acf3a97 100644
--- nagios.module
+++ nagios.module
@@ -4,9 +4,9 @@
 
 // Defines to be used by this modules and others that use its hook_nagios()
 define('NAGIOS_STATUS_OK',       0);
-define('NAGIOS_STATUS_UNKNOWN',  1);
-define('NAGIOS_STATUS_WARNING',  2);
-define('NAGIOS_STATUS_CRITICAL', 3);
+define('NAGIOS_STATUS_WARNING',  1);
+define('NAGIOS_STATUS_CRITICAL', 2);
+define('NAGIOS_STATUS_UNKNOWN',  3);
 
 /**
  * Mapping of defines to text strings that Nagios understands
