dashboard.properties File Settings

At the root of WBC Industrial Network Services installation folder is a file named dashboard.properties. It contains settings and values used by the application that are not in the database and which can be modified by technical support or a skilled user.

 

# NOTE: Changes to this file will be read within 15 seconds

# ---- System settings

server.database.port=3336

server.mariadb.bindir=c\:\\wbcNetworkHealthMonitor\\mariadb\\bin

log.level=INFO

client.log.level=Level.INFO

# the number of connected devices in the unresolved node which will create a warning

unresolved.connected.threshold=3

# determines if cloaked devices will create events when they connect or disconnect

# in some cases cloaked devices may create many events

cloaked.log.connections=true

# enables WBC NHM to change the thresholds in Intravue, set to false if you don't want NHM to do this

set.intravue.thresholds.enabled=true

# --------- Broadcast storm settings

# The percent receive bandwidth must exceed to count toward an alarm

broadcastStorm.threshold.device=0.20

# The percent of device in a network which must exceed the device limit to create an alarm

broadcastStorm.threshold.total=0.30

# The number of recent minutes used to detect the broadcast storm

broadcastStorm.numMinutes=2

# --------- Unknown critical state logic values

# the percent uptime required to set a device to Always On

critical.unknown.to.alwayson.uptime=97

# the percent uptime required to set a device to Intermitten

critical.unknown.to.intermittent.uptime=90

# the number of hours used to calculate uptime

critical.unknown.uptime.hours = 24

# --------- Start of Settings related to calculating NHM Incident Thresholds

incidents.ping.high.thr1=1.0

incidents.ping.high.limit1=2.0

incidents.ping.high.thr2=2.5

incidents.ping.high.limit2=3.5

incidents.ping.high.thr3=3.0

incidents.ping.high.limit3=4.0

incidents.ping.high.thr4=2.5

incidents.ping.high.limit4=3.5

incidents.bw.high.thr1=1.0

incidents.bw.high.limit1=2.0

incidents.bw.high.thr2=2.5

incidents.bw.high.limit2=3.5

incidents.bw.high.thr3=3.0

incidents.bw.high.limit3=4.0

incidents.bw.high.thr4=2.5

incidents.bw.high.limit4=3.5

incidents.alarm.consecutive.num=2

incidents.warn.consecutive.num=1

incidents.network.small.max=50

incidents.alarm.percent.lt10=40

incidents.alarm.percent.lt25=30

incidents.alarm.percent.gt25=20

incidents.warn.percent=10

incidents.warn.percent.small=20

incidents.warn.percent.large=10

# ----------- END of Settings related to calculating NHM Incident Thresholds