code stringlengths 1 1.96M | language stringclasses 1
value |
|---|---|
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_agentd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
NA... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_suckerd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
N... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_agentd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
NA... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_suckerd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
N... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
PID=/var/tmp/$NAME.pid
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
PID=/var/tmp/$NAME.pid
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_agentd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
NA... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_suckerd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
N... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_agentd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
NA... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_suckerd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
N... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
PID=/var/tmp/$NAME.pid
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
PID=/var/tmp/$NAME.pid
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation com... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation co... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation co... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation com... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo -n "Starting ... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo -n "Starting ... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation com... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation co... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation co... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation com... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DESC: $NAME"
... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DESC: $NAME"
... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation com... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation co... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation co... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# (modeled after apache style control scripts)
# (this script can be placed in init.d and respective runlevel for startup usage)
#
#
# The exit codes returned are:
# 0 - operation com... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo -n "Starting ... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo -n "Starting ... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
PID=/var/tmp/$NAME.pid
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "... | Shell |
#! /bin/sh
#
# Zabbix agent start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_agentd
NAME=zabbix_agentd
DESC="Zabbix agent"
PID=/var/tmp/$NAME.pid
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_trapperd
NAME=zabbix_trapperd
DESC="Zabbix trapper daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting ... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# Zabbix
# Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later v... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_trapperd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && e... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_agentd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && exi... | Shell |
#!/bin/bash
#
# chkconfig: - 55 45
# description: zabbix_suckerd
# probe: false
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up. If you are running without a network, comment this out.
[ "${NETWORKING}" = "no" ] && ex... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_suckerd_ctl
#
# control script to stop/start/restart zabbix_suckerd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scr... | Shell |
#!/bin/sh
#
# zabbix_agentd_ctl
#
# control script to stop/start/restart zabbix_agentd
# author: charlie collins
# date: 01.21.2002
#
# revised 09.21.2003
# (setup for Red Hat 7.3 with Zabbix 1.0 beta)
# (should work for other Red Hat and Sys V style init machines as well)
#
# (modeled after apache style control scrip... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_agentd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
NA... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_suckerd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
N... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_agentd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
NA... | Shell |
#! /bin/sh
# Copyright (c) 07/2004 A.Tophofen, Germany
#
# init.d/zabbix_agentd
#
### BEGIN INIT INFO
# Provides: zabbix_suckerd
# Required-Start: $network $remote_fs $syslog
# Required-Stop:
# Default-Start: 3
# Default-Stop:
# Description: Starts Zabbix_Agentd
### END INIT INFO
. /etc/rc.status
rc_reset
N... | Shell |
#! /bin/sh
#
# Zabbix daemon start/stop script.
#
# Written by Alexei Vladishev <alex@gobbo.caves.lv>.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
DAEMON=/home/zabbix/bin/zabbix_suckerd
NAME=zabbix_suckerd
DESC="Zabbix sucker daemon"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo "Starting $DE... | Shell |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.