Skip to content

Commit

Permalink
Fix wrong variable call
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Hakim committed Apr 12, 2013
1 parent a519424 commit 4940fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.d/cacti.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def check(self, instance):
patterns = self._get_whitelist_patterns(config.whitelist)

# Fetch the RRD metadata from MySQL
rrd_meta = self._fetch_rrd_meta(connection, config.rrd_path, config.patterns, config.device_names)
rrd_meta = self._fetch_rrd_meta(connection, config.rrd_path, patterns, config.device_names)

# Load the metrics from each RRD, tracking the count as we go
metric_count = 0
Expand Down

0 comments on commit 4940fd5

Please sign in to comment.