403 Forbidden


Disable Functions:
Path : /usr/share/ruby/vendor_ruby/facter/
File Upload :
Command :
Current File : //usr/share/ruby/vendor_ruby/facter/uptime_days.rb

# Fact: uptime_days
#
# Purpose: Return just the number of days of uptime.
#
# Resolution: Uses the "days" key of the system_uptime fact, which divides
#   its own "hours" key by 24
#
# Caveats:
#

Facter.add(:uptime_days) do
  setcode { Facter.value(:system_uptime)['days'] }
end

404 Not Found
[ LogOut ]