-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Customizable field names when looking in mysql for cacti
- Loading branch information
Remi Hakim
committed
Apr 11, 2013
1 parent
e6e515f
commit 9d55d9f
Showing
2 changed files
with
46 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,8 @@ instances: | |
mysql_user: MYSQL_USER | ||
mysql_password: MYSQL_PASSWORD | ||
rrd_path: /path/to/cacti/rra | ||
#rrd_whitelist: /path/to/rrd_whitelist.txt | ||
field_names: | ||
- ifName | ||
- dskDevice | ||
- ifIndex | ||
This comment has been minimized.
Sorry, something went wrong.
conorbranagan
Contributor
|
||
#rrd_whitelist: /path/to/rrd_whitelist.txt |
It seems sort of crazy to return 7 values from a single function like this. Is these another way we could do this?