From 55783753ae8f2d857a7225b7a93c1d47039e5a90 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 16 Apr 2018 10:30:15 +0200 Subject: OpenShift monitoring --- scripts/run_conky.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 scripts/run_conky.sh (limited to 'scripts/run_conky.sh') diff --git a/scripts/run_conky.sh b/scripts/run_conky.sh new file mode 100755 index 0000000..abdea35 --- /dev/null +++ b/scripts/run_conky.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +if [ "$1" != "start" ]; then + killall -9 conky + killall -9 rainlendar2 + killall -9 rainlendar2.bin +fi + +if [ "$1" != "stop" ]; then + python /opt/scripts/unlock.py gui || exit + + killall -9 gpg-agent + pass test + + conky -q -d -c /etc/conky/sysinfo.conf + conky -q -d -c /etc/conky/netstat.conf + conky -q -d -c /etc/conky/gentoo.conf + conky -q -d -c /etc/conky/logs.conf + conky -q -d -c /etc/conky/todo.conf + # todo should be loaded before forecast + sleep 0.3 + conky -q -d -c /etc/conky/forecast.conf + /opt/rainlendar2/rainlendar2 --quiet & +fi -- cgit v1.2.3