Parcourir la source

Added a note about check_uptime only supporting liunux atm

abrist il y a 12 ans
Parent
commit
91d8ae9de2
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      REQUIREMENTS

+ 4 - 0
REQUIREMENTS

@@ -82,6 +82,10 @@ check_ups:
 check_ide_smart:
 	- Uses the Linux specific SMART interface [http://smartlinux.sourceforge.net/smart/index.php]. 
 
+check_uptime:
+	- Currently only supports linux due to a dependency on clock.gettime. 
+	  We will be expanding supported platforms in the future.
+
 OS Specific Issues
 ------------------