34 lines
907 B
Plaintext
34 lines
907 B
Plaintext
$NetBSD: patch-aa,v 1.3 2015/09/09 08:35:51 hauke Exp $
|
|
|
|
--- netdisco.conf.orig 2014-03-27 22:48:23.000000000 +0000
|
|
+++ netdisco.conf
|
|
@@ -67,7 +67,7 @@ expire_processes = 1
|
|
|
|
# ---- Admin Panel Daemon Settings ----
|
|
daemon_bg = true
|
|
-daemon_pid = netdisco_daemon.pid
|
|
+daemon_pid = @VARBASE@/netdisco/netdisco.pid
|
|
daemon_poll = 2
|
|
|
|
# ---- Port Control Settings ---
|
|
@@ -82,7 +82,7 @@ portctl_timeout = 60
|
|
# Data Archiving and Logging
|
|
compresslogs = true
|
|
compress = /usr/bin/gzip -f
|
|
-datadir = data
|
|
+datadir = @VARBASE@/netdisco
|
|
logextension = txt
|
|
#nmis_dump = netdisco_nmis
|
|
|
|
@@ -198,8 +198,8 @@ graph_x = 30
|
|
graph_y = 30
|
|
|
|
node_fillcolor = dimgrey
|
|
-node_font = lucon
|
|
-node_fontsize = 46.0
|
|
+node_font = arial
|
|
+node_fontsize = 10.0
|
|
node_fontcolor = white
|
|
node_problem = red
|
|
node_shape = box
|