Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

The refresh param now takes seconds rather than ms #23

Merged
merged 1 commit into from
Nov 18, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
#
# [*refresh*]
# String
# Default: 10000
# Determines the interval to pull the Sensu API, in milliseconds
# Default: 5
# Determines the interval to pull the Sensu API, in seconds
#
#
class uchiwa (
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
$user = ''
$pass = ''
$stats = 10
$refresh = 10000
$refresh = 5

}