Browse Source

Added a note about check_uptime only supporting liunux atm

abrist 12 năm trước cách đây
mục cha
commit
91d8ae9de2
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
 ------------------