summaryrefslogtreecommitdiffstats
path: root/lib/facter/uptime_seconds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/uptime_seconds.rb')
-rw-r--r--lib/facter/uptime_seconds.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/facter/uptime_seconds.rb b/lib/facter/uptime_seconds.rb
index 14bb573..9793e41 100644
--- a/lib/facter/uptime_seconds.rb
+++ b/lib/facter/uptime_seconds.rb
@@ -1,3 +1,17 @@
+# Fact: uptime_seconds
+#
+# Purpose: Return purely number of seconds of uptime.
+#
+# Resolution:
+# Using the 'facter/util/uptime.rb' module, try a verity of methods to acquire
+# the uptime on Unix.
+#
+# On Windows, the module calculates the uptime by the "LastBootupTime" Windows
+# management value.
+#
+# Caveats:
+#
+
require 'facter/util/uptime'
Facter.add(:uptime_seconds) do