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

Commit

Permalink
Merge pull request #23 from queeno/fix_refresh_default
Browse files Browse the repository at this point in the history
The refresh param now takes seconds rather than ms
  • Loading branch information
solarkennedy committed Nov 18, 2014
2 parents f078fb8 + d1591bb commit 1a67a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

}

0 comments on commit 1a67a8e

Please sign in to comment.