Skip to content

Commit

Permalink
fix invalid uuid in example etc/vzlogger.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t- committed Sep 30, 2014
1 parent ec5186e commit 98b0336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/vzlogger.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// "aggmode": "AVG", /* Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter */
"interval": 6, /* Wartezeit in Sekunden bis neue Werte in die middleware übertragen werden */
"channel": { /* Beispiel-channel */
"uuid": "deine UUID",
"uuid": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeee",
"middleware": "http://127.0.0.1/middleware.php",
"identifier": "1-0:1.8.1" /* alias for '1-0:1.8.1', see 'vzlogger -h' for list of available aliases */
}
Expand Down

0 comments on commit 98b0336

Please sign in to comment.