summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2/scripts/zabbix-agent.sh.sample
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/zabbix2/scripts/zabbix-agent.sh.sample')
-rw-r--r--net-mgmt/zabbix2/scripts/zabbix-agent.sh.sample14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/zabbix2/scripts/zabbix-agent.sh.sample b/net-mgmt/zabbix2/scripts/zabbix-agent.sh.sample
deleted file mode 100644
index e5728bd24051..000000000000
--- a/net-mgmt/zabbix2/scripts/zabbix-agent.sh.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-case "${1}" in
- start)
- echo -n "zabbix-agent "
- zabbix_agentd
- ;;
- stop)
- killall zabbix_agentd
- ;;
- *)
- echo Usage: `basename ${0}` "{start|stop}"
- ;;
-esac