OAM tuning

This commit is contained in:
Charles N Wyble - admin 2020-03-08 09:36:28 -04:00
parent 9b6932ebe4
commit 4d89b45137

View File

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