Friday, May 24th 2013, 7:14am UTC+2

You are not logged in.

  • Login
  • Register

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.

ettex_it

Beginner

Posts: 23

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

1

Friday, February 26th 2010, 9:55am

[SOLVED] Kein Aufruf von process_perfdata

Hallo,

ich habe wahrscheinlich nur einen (dummen) Knoten im Kopf...

Ich habe icinga 1.00 installiert auf einer OpenSuse 11.1 Installation (gemöß icinga Schnellinstallation) mit den ido utils. Das funktioniert auch, d.h. icinga ist erreichbar und (gemäß Log) werden Daten in die mysql DB geschrieben. Nun wollte ich pnp installieren und bin gemäß der Doku vorgegangen - aber noch ohne Erfolg.

Das Problem:
Icinga ruft derzeit nicht verify_pnp_config.pl auf. Daher gibt es auch keine Daten. Eine Überprüfung der Installation mittels ./verify_pnp_config.pl -m sync -d ergibt nur einen (erwarteten) Fehler:

Source code

1
2
3
...
[A] pruefen von RRDpath "/usr/local/icinga/share/perfdata"
[E] 0 Verzeichnis(se) aber KEINE rrd-Dateien => KEINE Graphen!


Der Debuglevel ist für pnp auf 2 gesetzt. Ein logfile wird nur dann erzeugt, wenn ich von Hand process_perfdata.pl aufrufe, sonst nicht.

Ansatzpunkte:
Wenn ich gemäß der Schnellinstallation vorgehe und die ido utils in Betrieb nehme, habe ich dann noch den sync mode in Betrieb? Kann und darf ich pnp überhaupt im sync mode betreiben?

Schon mal Danke für Eure Anregungen!

Thomas

This post has been edited 1 times, last edit by "ettex_it" (Mar 1st 2010, 8:38am)


pitchfork

Administrator

Posts: 18,450

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

2

Friday, February 26th 2010, 10:02am

Zeig mal die Ausgabe von

grep perfdata /usr/local/icinga/etc/icinga.cfg

Wenn der Pfad so bei dir stimmt.

Die configure Optionen von PNP wären auch nicht schlecht, genauso wie die PNP Version ;)
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

Posts: 7,238

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

3

Friday, February 26th 2010, 11:25am

Quoted

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?

ettex_it

Beginner

Posts: 23

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

4

Friday, February 26th 2010, 12:58pm

Hi,

schande über mich - keine pnp Version angegeben... Ist die Veriosn pnp4nagios-0.6.2.

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


Configure Optionen sind:

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.


Gruss

Thomas

ettex_it

Beginner

Posts: 23

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

5

Friday, February 26th 2010, 1:00pm

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?
...das ist ja meine Unsicherheit/ Frage...?! Nach meinem bisherigen Verständnis eigentlich erst einmal nicht - oder doch??? ;(

Thomas

pitchfork

Administrator

Posts: 18,450

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

6

Friday, February 26th 2010, 1:02pm

Dann hätte ich gerne die Definition des Commands "process-service-perfdata" gesehen.

Jörg
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

ettex_it

Beginner

Posts: 23

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

7

Friday, February 26th 2010, 1:13pm

yes sir :-) - sehr gerne!

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
}


Thomas

P.S.: Super schnelle Hilfe! Danke!

pitchfork

Administrator

Posts: 18,450

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

8

Friday, February 26th 2010, 1:27pm

Source code

1
grep performance icinga.cfg


und

Source code

1
grep process_perf status.dat | sort | uniq


Pfade zu status.dat uns icinga.cfg musst du entsprechend anpassen.
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

ettex_it

Beginner

Posts: 23

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

9

Friday, February 26th 2010, 4:59pm

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


und

Source code

1
2
# grep process_perf status.dat | sort | uniq
    	process_performance_data=1

pitchfork

Administrator

Posts: 18,450

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

10

Friday, February 26th 2010, 5:02pm

/usr/bin/perl /usr/local/pnp4nagios/libexec/process_perfdata.pl

kannst du aber als user icinga aufrufen?

Wie ist der LOG_LEVEL in der process_perfdata.cfg gesetzt?
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

ettex_it

Beginner

Posts: 23

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

11

Friday, February 26th 2010, 7:44pm

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>



Hmm, jetzt wird es gerade komisch hier....
Die Log-Datei war nicht da, da die process_perfdata.cfg war nicht mehr da war. Ich erhalte komische Fehlermeldungen:

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");'


als auch bei ./configure fehlt die Zusammenfassung am Ende.... und ein make install-config liefert

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


WAS PASSIERT HIER GERADE?!?!?!?!?!?!

pitchfork

Administrator

Posts: 18,450

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

12

Friday, February 26th 2010, 7:47pm

make clean ausgeführt und anschließend kein ./configure laufen lassen?

Keine Ahnung was du gemacht hast ....
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

ettex_it

Beginner

Posts: 23

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

13

Friday, February 26th 2010, 7:59pm

Nachdem es die Probleme gab habe ich Verschiedenes versucht: Verzeichnis gelöscht und von vorne wieder nach Anleitung losgelegt (tar -xvfz ...), Rechner rebootet...
Was ich davor gemacht habe: Nichts :-) (sagen sie alle!) - zumindest was mir das erklären würde.

Kann es sein, daß irgendwas mit der Perl Installation nicht OK ist?

Z.B. ./verify_pnp_config.pl -m sync
./verify_pnp_config.pl: line 29: use: command not found

hat den Befehl in Zeile 29

use strict;

Was kann da nicht stimmen?!?

Ein mehr als ratloser

Thomas

ettex_it

Beginner

Posts: 23

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

14

Sunday, February 28th 2010, 6:18pm

OK, eine Neuinstallation von Perl hat Wunder gewirkt!... Weshalb auch immer da etwas geändert wurde :-(

Nun bin ich weiter - aber noch nicht fertig :-(

Die RRD Datenbanken werden befüllt, der Webbrowser hat bein check (install.php) keine Fehler gefunden und die verify_pnp auch nicht:

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


Nur sehe ich keine Grafiken, wenn ich die pnp Webseite aufrufe. Die Webseite mit allen Elementen ist vorhanden, nur die Performence Daten als Grafik nicht.
Die Rechte für /var/perfdata/ stehen auf icinga/icinga.

Eine Idee wo ich suchen kann?

Danke vielmals

Thomas

Posts: 7,238

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

15

Monday, March 1st 2010, 12:29am

Quoted

Eine Idee wo ich suchen kann?
Apache-Logs?

pitchfork

Administrator

Posts: 18,450

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

16

Monday, March 1st 2010, 8:07am

schaltet SuSE immernoch den safemode ein?
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

ettex_it

Beginner

Posts: 23

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

17

Monday, March 1st 2010, 8:21am

Moin,

hatte ich vergessen: im error_log von apache steht leider nichts, was auf das Problem schliessen lassen würde...

Bzgl. safe mode: ja

Auszug aus der php.ini aus /etc/php5/cli/php.ini

Source code

1
2
3
4
;
; Safe Mode
;
safe_mode = On

pitchfork

Administrator

Posts: 18,450

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

18

Monday, March 1st 2010, 8:30am

Wie wärs dann mir safe_mode = Off ?

Jörg

PS: Apache durchstarten ...
+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution

ettex_it

Beginner

Posts: 23

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

19

Monday, March 1st 2010, 8:37am

Bingo. Allerdings natürlich die php.ini im Verzeichnis /etc/php5/apache2/ bearbeiten...

Noch ne Frage für Anfänger: Was bewirkt denn der Safe Mode (ausser das es nicht funktioniert ;) )?

pitchfork

Administrator

Posts: 18,450

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

20

Monday, March 1st 2010, 8:49am

+++ PNP Developer +++ PNP 0.6.21 ist online ! +++
Hilfreiche Infos gefunden? Dann schnell ein paar Cent flattrn
OMD - Open Monitoring Distribution