Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nagiosgrapher
> NagiosGrapher-1.6.1-rc3-ngraph.ncfg.in.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File NagiosGrapher-1.6.1-rc3-ngraph.ncfg.in.patch of Package nagiosgrapher
--- cfg/ngraph.ncfg.in 2007-03-07 15:03:44.000000000 +0100 +++ cfg/ngraph.ncfg.in 2007-03-12 11:23:57.000000000 +0100 @@ -6,14 +6,14 @@ define config { pipe @NG_INTERFACE_PIPE@ - port 5667 - buffer 1024 - interface @NG_INTERFACE@ + port 5667 + buffer 1024 + interface @NG_INTERFACE@ # please use subfolder - pidfile @NG_DAEMON@/nagios_grapher.pid - user @NAGIOS_PROC_USER@ - group @NAGIOS_PROC_GROUP@ + pidfile @NG_DAEMON@/nagios_grapher.pid + user @NAGIOS_PROC_USER@ + group @NAGIOS_PROC_GROUP@ # normal_check_interval # step 300 @@ -24,22 +24,22 @@ rrdpath @NG_RRD@/ tmppath /tmp/nagiosgrapher/ - fontfile /usr/local/rrdtool/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf + fontfile /usr/local/rrdtool/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf serviceext_type @NG_SRVEXT@ serviceextinfo @NG_SRVEXT_FILE@ serviceext_path @NG_SRVEXT_DIR@ url /nagios/cgi-bin/graphs.cgi - notes_url /wiki/index.php/$HOSTNAME$#$SERVICEDESC$ + notes_url /wiki/index.php/$HOSTNAME$#$SERVICEDESC$ nagios_config @NAGIOS_CONFIG@ cgi_config @NAGIOS_CONFIG_CGI@ icon_image_tag ' dot.png' border="0"></a><A TARGET="_blank" HREF="graphs.cgi?###URL###"><img src='###IMAGESRC###' ' - icon_image_src /nagios/images/logos/graph.png - icon_image_script /nagios/cgi-bin/rrd2-system.cgi?###URL###&start=-5400&title=Actual&width=20&height=20&type=AVERAGE&only-graph=true - icon_image_static no + icon_image_src /nagios/images/logos/graph.png + icon_image_script /nagios/cgi-bin/rrd2-system.cgi?###URL###&start=-5400&title=Actual&width=20&height=20&type=AVERAGE&only-graph=true + icon_image_static no log_file @NG_LOGFILE@ log_level @NG_LOGLEVEL@ @@ -50,16 +50,16 @@ rrd_color_frame ffffff rrd_color_grid rrd_color_canvas ffffff - rrd_color_shadea c0c0c0 - rrd_color_shadeb c0c0c0 + rrd_color_shadea c0c0c0 + rrd_color_shadeb c0c0c0 fe_use_browser_all 0 fe_use_browser_for nagiosadmin fe_use_browser_url 0 - fe_use_timefilter 1 + fe_use_timefilter 1 - use_authentication yes + use_authentication yes # # HOOKS: Comma seperated list of perl modules ... @@ -75,7 +75,7 @@ # Example hook for writing a hostextinfo # With the action=hostgraph example ... # The module runs under hooks_serviceext too ... - # hooks_rrdupdate NagiosGrapher::Hooks::SrvExtWriteHostextInfo + hooks_rrdupdate NagiosGrapher::Hooks::SrvExtWriteHostextInfo # Bevor Multi- and Singlegraphs, but different types.