Skip to content

Commit 357bad2

Browse files
author
hodgesrm
committed
Monitoring README file
1 parent 9d535fe commit 357bad2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: opensource-monitoring/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Sample scripts for open source monitoring
2+
3+
## Setting up in ClickHouse
4+
5+
```
6+
# Adjust credentials in script.
7+
./load_schema.sh
8+
```
9+
10+
## Loading data from host.
11+
12+
Adjust env.sh to add URL and credentials for your ClickHouse server. Then:
13+
14+
```
15+
nohup ./run.sh > nohup.out 2>&1 &
16+
```

0 commit comments

Comments
 (0)