Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrica Martinescu committed May 29, 2016
1 parent a9495cc commit b38186e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gauge/ProcessesGauge.php
Expand Up @@ -31,7 +31,7 @@ class ProcessesGauge implements GaugeInterface
* @param float $cpuAbove
* @param float $memoryAbove
*/
public function __construct($cpuAbove = 5.0, $memoryAbove = 1.0, $sshString, $sshIdentityFile)
public function __construct($cpuAbove = 5.0, $memoryAbove = 1.0)
{
$this->cpuAbove = $cpuAbove;
$this->memoryAbove = $memoryAbove;
Expand Down
4 changes: 2 additions & 2 deletions gauges.yml
Expand Up @@ -18,5 +18,5 @@ gauges:
ssh_string: user@host
ssh_port: 22
ssh_identity_file: /absolute/path/to/identity/file
cpu_above: 10
memory_above: 5
cpu_above: 5
memory_above: 1

0 comments on commit b38186e

Please sign in to comment.