diff options
Diffstat (limited to 'src/nopcollectd.master.conf')
-rw-r--r-- | src/nopcollectd.master.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/nopcollectd.master.conf b/src/nopcollectd.master.conf new file mode 100644 index 0000000..5d61551 --- /dev/null +++ b/src/nopcollectd.master.conf @@ -0,0 +1,16 @@ +sync_host=airplay.helsinki.at +sync_port=2345 + +src_db=rhnop +src_table=now +src_host=airplay.helsinki.at +#src_port=3306 +src_user=nopcollectd +src_pwd=123456 + +dst_db=nop +dst_table=master +dst_host=127.0.0.1 +#dst_port=3306 +dst_user=nopcollectd +dst_pwd=123456 |