Monday, May 20th 2013, 2:47pm UTC+2
You are not logged in.
Dear visitor, welcome to Monitoring-Portal.
Although this is a german monitoring forum, please don't hesitate to post in
English. Nearly everybody here understands you and will answer in English as well.
If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form to register here or read more information about the registration process. If you are already registered, please login here.
Beginner
Number of monitoring servers: 1
Nagios Version: 2.7
OS: Suse Linux 9.3
Plugin Version: 1.4.8
,|
|
Source code |
1 2 3 4 5 6 7 |
Add the service using chkconfig: chkconfig --add snmptt Configure the service to start at runlevel 2345: chkconfig --level 2345 snmptt on |
|
|
Source code |
1 2 |
snmptt: unknown service snmptt: not a runlevel service |
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)

Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
Beginner
Number of monitoring servers: 1
Nagios Version: 2.7
OS: Suse Linux 9.3
Plugin Version: 1.4.8
|
|
Source code |
1 2 3 |
/etc/init.d/snmptt start gab 127 (Fehler nicht spezifiziert) zurück: /etc/init.d/snmptt: line 13: /etc/init.d/functions: Datei oder Verzeichnis nicht gefunden Starting snmptt: /etc/init.d/snmptt: line 21: daemon: command not found |
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
This post has been edited 1 times, last edit by "Asa" (Apr 17th 2007, 11:38am)
Beginner
Number of monitoring servers: 1
Nagios Version: 2.7
OS: Suse Linux 9.3
Plugin Version: 1.4.8
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
#!/bin/bash
# init file for snmptt
# Alex Burger - 8/29/02
# - 9/8/03 - Added snmptt.pid support to Stop function
#
# chkconfig: - 50 50
# description: Simple Network Management Protocol (SNMP) Daemon
#
# processname: /usr/sbin/snmptt
# pidfile: /var/run/snmptt.pid
# source function library
. /etc/init.d/functions
OPTIONS="--daemon"
RETVAL=0
prog="snmptt"
start() {
echo -n $"Starting $prog: "
daemon /usr/sbin/snmptt $OPTIONS
RETVAL=$?
echo
touch /var/lock/subsys/snmptt
return $RETVAL
}
stop() {
echo -n $"Stopping $prog: "
killproc /usr/sbin/snmptt 2>/dev/null
RETVAL=$?
echo
rm -f /var/lock/subsys/snmptt
if test -f /var/run/snmptt.pid ; then
[ $RETVAL -eq 0 ] && rm -f /var/run/snmptt.pid
fi
return $RETVAL
}
reload(){
echo -n $"Reloading config file: "
killproc snmptt -HUP
RETVAL=$?
echo
return $RETVAL
}
restart(){
stop
start
}
condrestart(){
[ -e /var/lock/subsys/snmptt ] && restart
return 0
}
case "$1" in
start)
start
;;
stop)
stop
;;
restart)
restart
;;
reload)
reload
;;
condrestart)
condrestart
;;
status)
status snmptt
RETVAL=$?
;;
*)
echo $"Usage: $0 {start|stop|restart|condrestart|reload}"
RETVAL=1
esac
exit $RETVAL
|
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
Beginner
Number of monitoring servers: 1
Nagios Version: 2.7
OS: Suse Linux 9.3
Plugin Version: 1.4.8
. Aber wie bekomm ich denn diesen doofen Fehler weg ?
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5

Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
|
|
Source code |
1 2 |
disableAuthorization Yes traphandle default /usr/sbin/snmptt |
Quoted
/etc/snmptrapd.conf: line 1: Warning: Unknown token: disableAuthorization.
|
|
Source code |
1 |
which snmptt |

Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.
Beginner
Birthday: Feb 13th
Gender: male
Location: Deutschland
Occupation: MCSE
Number of monitoring servers: 1
Hobbies: Linux, Nagios
Nagios Version: 3.0.6
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >110
Number of services: >250
OS: SLES 10
Plugin Version: 1.4.12
NagVis Version: 1.4
NDO Version: 1.4b7
Perfparse Version: pnp-0.4.10
Other Addons: NSClient++0.2.6, SMS_client2.0.9a, NET-SNMP-5.3.0.1, PHP5
Gender: male
Location: Oldenburg
Occupation: Angestellter
Number of monitoring servers: 3
Hobbies: Technik aller Art
Nagios Version: n/a
Icinga Version: 1.7.2
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: ~1000
Number of services: ~10000
OS: SLES11
Plugin Version: 1.4.13
Other Addons: NagTrap, SNMPTT, Lilac, PNP, Thruk und mehr ;-)
Zitat von »http://twitter.com/motherofnagios«
There is a "Nagios Workshop" in Germany. Not sure if this is compliant with our trademark policy.