Hallo Community,
nach "erfolgreicher" installation von NagiosGraph bekomme ich ganz oben folgende Fehlermeldungen angezeigt beim Aufrufen: https://server-ip/nagios/cgi-bin/show.cgi:
Hier mal meine nagiosgraph.conf Datei:
In der nagios.cfg Datei wurde folgendes eingetragen:
"Insert-pl-Script" liegt in
und ist ausführbar und hat Rechte, 775.
Javascript Version laut CFG Datei sowie Script ist 1.7.
Kann jemand helfen?
nach "erfolgreicher" installation von NagiosGraph bekomme ich ganz oben folgende Fehlermeldungen angezeigt beim Aufrufen: https://server-ip/nagios/cgi-bin/show.cgi:
Code:
JavaScript is disabled.
nagiosgraph.js is not installed or wrong version.
Hier mal meine nagiosgraph.conf Datei:
Code:
# nagiosgraph configuration file
#
# $Id$
# License: OSI Artistic License
# http://www.opensource.org/licenses/artistic-license.php
# Author: (c) 2005 Soren Dossing
# Author: (c) 2008 Alan Brenner, Ithaka Harbors
# Author: (c) 2010 Matthew Wall
# Location of output from nagiosgraph data processing
logfile = /var/nagios/nagiosgraph.log
# Location of output from nagiosgraph CGI scripts
cgilogfile = /var/nagios/nagiosgraph-cgi.log
# Location of nagios performance data log file.
perflog = /var/nagios/perfdata.log
# Directory in which to store RRD files
rrddir = /var/nagios/rrd
# File containing regular expressions to identify service and perf data
mapfile = /usr/local/nagiosgraph/etc/map
# Nagiosgraph CGI URL.
nagiosgraphcgiurl = /nagios/cgi-bin
# Nagios CGI URL. If the Nagiosgraph CGI scripts are in a directory other
# than the Nagios CGI directory, then specify the Nagios CGI URL here.
#nagioscgiurl = /nagios/cgi-bin
# JavaScript: URL to the nagiosgraph javascript file.
javascript = /usr/local/nagios/share/nagiosgraph.js
# Stylesheet: URL to the nagiosgraph stylesheet.
stylesheet = /usr/local/nagios/share/nagiosgraph.css
# File containing labels for services and data (optional)
#labelfile = /etc/nagiosgraph/labels.conf
# Location of showhost control file (optional)
#hostdb = /etc/nagiosgraph/hostdb.conf
# Location of showservice control file (optional)
#servdb = /etc/nagiosgraph/servdb.conf
# Groups can be enumerated explicitly in the groupdb file, gathered
# automatically from the service group definitions in the Nagios
# configuration, or a combination of both.
# Location of showgroup control file (optional)
#groupdb = /etc/nagiosgraph/groupdb.conf
# Location of the Nagios configuration file (optional)
#groupcfgfile = /etc/nagios/nagios.cfg
# File containing sets of data sources to select in queries (optional)
#datasetdb = /etc/nagiosgraph/datasetdb.conf
# Access control configuration (optional)
In der nagios.cfg Datei wurde folgendes eingetragen:
Code:
process_performance_data=1
service_perfdata_file=/var/nagios/perfdata.log
service_perfdata_file_template=$LASTSERVICECHECK$||$HOSTNAME$||$SERVICEDESC$||$SERVICEOUTPUT$||$SERVICEPERFDATA$
service_perfdata_file_mode=a
service_perfdata_file_processing_interval=30
service_perfdata_file_processing_command=process-service-perfdata
"Insert-pl-Script" liegt in
Code:
/usr/local/nagios/libexec
Javascript Version laut CFG Datei sowie Script ist 1.7.
Kann jemand helfen?