Quantcast
Channel: Monitoring-Portal Feed
Viewing all articles
Browse latest Browse all 1338

Problem mit pnp4nagios-bin

$
0
0
Hallo,

ich habe ein kleines Problem und leider komme ich irgendwie nicht weiter.
ich versuchte auf eine Linux Maschine mit Ubuntu 14.04 und Nagios 4.1.1 PNP4nagios zu installieren.beim installation ist mir aufgefallen, dass ich keine RDDS perl Modules installiert habe.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** Configuration summary for pnp4nagios-0.6.25 03-01-2015 ***

  General Options:
  -------------------------         -------------------
  Nagios user/group:                nagios nagios
  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.4.7
  RRDs Perl Modules:                *** NOT FOUND ***
  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/httpd/conf.d/pnp4nagios.conf


also habe ich versucht RRDs zu installieren aber jedes mal bekomme ich diese Fehlermeldung.
das problem habe ich schon mal gehabt aber ich weiss leider nicht mehr wie ich das Problem gelöst habe.

Quellcode

1
 sudo apt-get install rrdtool

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
rrdtool is already the newest version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 58 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
pnp4nagios-bin (0.6.16-2) wird eingerichtet ...
npcd already started...[code]

invoke-rc.d: initscript npcd, action "start" failed.
dpkg: Fehler beim Bearbeiten des Paketes pnp4nagios-bin (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 pnp4nagios-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)



Quellcode

1
2
 dpkg-reconfigure pnp4nagios-bin
/usr/sbin/dpkg-reconfigure: pnp4nagios-bin ist kaputt oder nicht komplett installiert

Viewing all articles
Browse latest Browse all 1338