Monday, May 20th 2013, 2:38pm 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: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
Source code |
1 2 3 |
... [A] pruefen von RRDpath "/usr/local/icinga/share/perfdata" [E] 0 Verzeichnis(se) aber KEINE rrd-Dateien => KEINE Graphen! |
This post has been edited 1 times, last edit by "ettex_it" (Mar 1st 2010, 8:38am)
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
Gender: male
Number of monitoring servers: 2
Nagios Version: 3.2.1
Icinga Version: Icinga 1.7.x
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >70
Number of services: >200
OS: SLES11
Plugin Version: 1.4.15
Other Addons: NRPE 2.6, NSCA 2.7, PNP 0.4.14 / 0.6.18
was haben die IDOUtils mit PNP zu tun?
Quoted
Wenn ich gemäß der Schnellinstallation vorgehe und die ido utils in Betrieb nehme, habe ich dann noch den sync mode in Betrieb?
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
grep perfdata /usr/local/icinga/etc/icinga.cfg perfdata_timeout=5 # host_perfdata_command (defined below) and service performance # data will be processed using the service_perfdata_command (also host_perfdata_command=process-host-perfdata service_perfdata_command=process-service-perfdata #host_perfdata_file=/tmp/host-perfdata #service_perfdata_file=/tmp/service-perfdata #host_perfdata_file_template=[HOSTPERFDATA]\t$TIMET$\t$HOSTNAME$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT$\t$HOSTPERFDATA$ #service_perfdata_file_template=[SERVICEPERFDATA]\t$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$SERVICEEXECUTIONTIME$\t$SERVICELATENCY$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$ #host_perfdata_file_mode=a #service_perfdata_file_mode=a #host_perfdata_file_processing_interval=0 #service_perfdata_file_processing_interval=0 #host_perfdata_file_processing_command=process-host-perfdata-file #service_perfdata_file_processing_command=process-service-perfdata-file |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
*** Configuration summary for pnp4nagios-0.6.2 12-23-2009 *** General Options: ------------------------- ------------------- Nagios user/group: icinga icinga Install directory: /usr/local/pnp4nagios HTML Dir: /usr/local/pnp4nagios/share Config Dir: /usr/local/pnp4nagios/etc Location of rrdtool binary: /usr/bin/rrdtool Version 1.3.4 RRDs Perl Modules: FOUND (Version 1.3004) RRD Files stored in: /usr/local/pnp4nagios/var/perfdata process_perfdata.pl Logfile: /usr/local/pnp4nagios/var/perfdata.log Perfdata files (NPCD) stored in: /usr/local/pnp4nagios/var/spool Web Interface Options: ------------------------- ------------------- HTML URL: http://localhost/pnp4nagios/ Apache Config File: /etc/apache2/conf.d/pnp4nagios.conf Review the options above for accuracy. If they look okay, type 'make all' to compile. |
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
...das ist ja meine Unsicherheit/ Frage...?! Nach meinem bisherigen Verständnis eigentlich erst einmal nicht - oder doch???
Quoted
Zitat
Wenn ich gemäß der Schnellinstallation vorgehe und die ido utils in Betrieb nehme, habe ich dann noch den sync mode in Betrieb?
was haben die IDOUtils mit PNP zu tun?
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
define command {
command_name process-service-perfdata
command_line /usr/bin/perl /usr/local/pnp4nagios/libexec/process_perfdata.pl
}
# 'process-host-perfdata' command definition
define command {
command_name process-host-perfdata
command_line /usr/bin/perl /usr/local/pnp4nagios/libexec/process_perfdata.pl -d HOSTPERFDATA
}
|
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
|
|
Source code |
1 |
grep performance icinga.cfg |
|
|
Source code |
1 |
grep process_perf status.dat | sort | uniq |
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# grep performance icinga.cfg
# improve performance in regards to the host check logic.
# performance hit for host checks. Use a value of 0 to disable host
# improve performance in regards to predictive dependency checks.
# ocsp command, and performance data commands. All values are in
# This determines whether or not Icinga will process performance
# enabled, host performance data will be processed using the
# host_perfdata_command (defined below) and service performance
# performance data.
# Values: 1 = process performance data, 0 = do not process performance data
process_performance_data=1
# enable_performance_data option (above) is set to 1. The command
# more information on performance data.
# These files are used to store host and service performance data.
# enable_performance_data option (above) is set to 1.
# performance data files. The templates may contain macros, special
# to the performance data file. Some examples of what you can do are
# performance data files are opened in write ("w") or append ("a")
# performance data files are processed using the commands defined
# service performance data files. The interval at which the
# executed. Enabling this option can cause performance issues in
|
|
|
Source code |
1 2 |
# grep process_perf status.dat | sort | uniq
process_performance_data=1
|
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
Source code |
1 2 3 |
test1:/usr/local/icinga/var # su icinga icinga@test1:/usr/local/icinga/var> /usr/bin/perl /usr/local/pnp4nagios/libexec/process_perfdata.pl icinga@test1:/usr/local/icinga/var> |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
./verify_pnp_config.pl -m sync
./verify_pnp_config.pl: line 29: use: command not found
./verify_pnp_config.pl: line 30: use: command not found
./verify_pnp_config.pl: line 31: use: command not found
./verify_pnp_config.pl: line 33: my: command not found
./verify_pnp_config.pl: line 34: my: command not found
./verify_pnp_config.pl: line 35: my: command not found
./verify_pnp_config.pl: line 36: my: command not found
./verify_pnp_config.pl: line 37: my: command not found
./verify_pnp_config.pl: line 38: my: command not found
./verify_pnp_config.pl: line 39: my: command not found
./verify_pnp_config.pl: line 40: my: command not found
./verify_pnp_config.pl: line 41: my: command not found
./verify_pnp_config.pl: line 42: my: command not found
./verify_pnp_config.pl: line 43: syntax error near unexpected token `('
./verify_pnp_config.pl: line 43: `my $product = lc("nagios");'
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
make install-config cd ./sample-config && make install-config make[1]: Entering directory `/usr/local/src/pnp4nagios-0.6.2/sample-config' /usr/bin/install -c -m 755 -o icinga -g icinga -d /usr/local/pnp4nagios/etc /usr/bin/install -c -m 755 -o icinga -g icinga -d /usr/local/pnp4nagios/etc/check_commands /usr/bin/install -c -m 755 -o icinga -g icinga -d /usr/local/pnp4nagios/etc/pages /usr/bin/install -c -m 644 -o icinga -g icinga pnp/config.php /usr/local/pnp4nagios/etc /usr/bin/install: Aufruf von stat für âpnp/config.phpâ nicht möglich: Datei oder Verzeichnis nicht gefunden make[1]: *** [install-config] Fehler 1 make[1]: Leaving directory `/usr/local/src/pnp4nagios-0.6.2/sample-config' make: *** [install-config] Fehler 2 |
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
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 |
./verify_pnp_config.pl -m sync Check Nagios/Icinga/PNP integration, v0.1.18 [I] OS: Welcome to openSUSE 11.1 - Kernel (). [I] Perl: 5.010000 [I] Package Manager: /bin/rpm [I] Paket: "apache2-mod_php5-5.2.11-0.1.1" [I] Paket: "php5-5.2.11-0.1.1" [I] Paket: "dejavu-2.26-1.41" [I] install_opts: -o icinga -g icinga [I] PNP-version: 0.6.2 [I] benutze Icinga-Basisverzeichnis "/usr/local/icinga" [I] benutze Icinga-config "/usr/local/icinga/etc/icinga.cfg" [I] benutze Icinga-Binary "/usr/local/icinga/bin/icinga" [I] PNP-Modus: "sync" [I] Icinga info: Icinga 1.0 [A] verifiziere Icinga-Konfiguration [A] verarbeite "/usr/local/icinga/etc/icinga.cfg" [I] icinga_user=icinga [I] icinga_group=icinga [A] pruefe RRDtool (/usr/bin/rrdtool) [I] RRDtool: RRDtool 1.3.4 [I] RRDs Perl-Modul installiert [A] verarbeite "/usr/local/icinga/etc/resource.cfg" [I] benutze "/usr/local/icinga/var/objects.cache"-Eintraege [A] verarbeite "/usr/local/pnp4nagios/etc/process_perfdata.cfg" [I] (rra_cfg) Datei "/usr/local/pnp4nagios/etc/rra.cfg" existiert (noch) nicht [A] verarbeite "/usr/local/pnp4nagios/etc/config.php" [A] pruefen von RRDpath "/usr/local/pnp4nagios/var/perfdata" [I] 2 Verzeichnis(se) mit insgesamt 13 rrd-Datei(en) Keine (offensichtlichen) Fehler gefunden. Viel Spass mit PNP |
Gender: male
Number of monitoring servers: 2
Nagios Version: 3.2.1
Icinga Version: Icinga 1.7.x
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: >70
Number of services: >200
OS: SLES11
Plugin Version: 1.4.15
Other Addons: NRPE 2.6, NSCA 2.7, PNP 0.4.14 / 0.6.18
Apache-Logs?
Quoted
Eine Idee wo ich suchen kann?
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
|
|
Source code |
1 2 3 4 |
; ; Safe Mode ; safe_mode = On |
Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk
Beginner
Number of monitoring servers: 3
Nagios Version: 1.00 (icinga)
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 10
Number of services: >25
OS: Linux (CentOS/ Suse)
Plugin Version: 1.4.13
NDO Version: 3
)? Location: Kassel
Occupation: Sysadmin SAP / Linux / AIX
Number of monitoring servers: 2
Hobbies: Motorrad fahren, wenns die Zeit erlaubt :-)
Nagios Version: 3.2.3 ( OMD )
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: 360
Number of services: 6700
OS: Debian 6.0
Plugin Version: 1.4.x
Other Addons: SNMPTT, NagTrap, check_mk, PNP-0.6.x. Thruk