calm netdata down

This commit is contained in:
2020-03-07 23:59:23 -05:00
parent 8519bf155f
commit 7cfa005d35
3 changed files with 12228 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "stopping netdata..."
service netdata stop
echo "starting netdata..."
service netdata start