Skip to content

Commit

Permalink
NMS-7820: Vertical Label fix
Browse files Browse the repository at this point in the history
"verticalLabel" to "Count"
  • Loading branch information
Marcel Fuhrmann committed Oct 7, 2015
1 parent 070565c commit c2aadb4
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -208,7 +208,7 @@ report.OpenNMS.JettyServer.HttpsConnTotal.AttributeReport.name=HttpsConnectionsT
report.OpenNMS.JettyServer.HttpsConnTotal.AttributeReport.columns=HttpsConnTotal
report.OpenNMS.JettyServer.HttpsConnTotal.AttributeReport.type=interfaceSnmp
report.OpenNMS.JettyServer.HttpsConnTotal.AttributeReport.command=--title="HttpsConnectionsTotal" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:HttpsConnTotal={rrd1}:HttpsConnTotal:AVERAGE \
AREA:HttpsConnTotal#edd400 \
LINE2:HttpsConnTotal#c4a000:"HttpsConnectionsTotal" \
Expand All @@ -224,7 +224,7 @@ report.OpenNMS.JettyServer.HttpsConnOpen.AttributeReport.name=HttpsConnectionsOp
report.OpenNMS.JettyServer.HttpsConnOpen.AttributeReport.columns=HttpsConnOpen
report.OpenNMS.JettyServer.HttpsConnOpen.AttributeReport.type=interfaceSnmp
report.OpenNMS.JettyServer.HttpsConnOpen.AttributeReport.command=--title="HttpsConnectionsOpen" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:HttpsConnOpen={rrd1}:HttpsConnOpen:AVERAGE \
AREA:HttpsConnOpen#edd400 \
LINE2:HttpsConnOpen#c4a000:"HttpsConnectionsOpen" \
Expand All @@ -240,7 +240,7 @@ report.OpenNMS.JettyServer.HttpsConnOpenMax.AttributeReport.name=HttpsConnection
report.OpenNMS.JettyServer.HttpsConnOpenMax.AttributeReport.columns=HttpsConnOpenMax
report.OpenNMS.JettyServer.HttpsConnOpenMax.AttributeReport.type=interfaceSnmp
report.OpenNMS.JettyServer.HttpsConnOpenMax.AttributeReport.command=--title="HttpsConnectionsOpenMax" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:HttpsConnOpenMax={rrd1}:HttpsConnOpenMax:AVERAGE \
AREA:HttpsConnOpenMax#edd400 \
LINE2:HttpsConnOpenMax#c4a000:"HttpsConnectionsOpenMax" \
Expand All @@ -256,7 +256,7 @@ report.OpenNMS.JettyServer.HttpConnTotal.AttributeReport.name=HttpConnectionsTot
report.OpenNMS.JettyServer.HttpConnTotal.AttributeReport.columns=HttpConnTotal
report.OpenNMS.JettyServer.HttpConnTotal.AttributeReport.type=interfaceSnmp
report.OpenNMS.JettyServer.HttpConnTotal.AttributeReport.command=--title="HttpConnectionsTotal" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:HttpConnTotal={rrd1}:HttpConnTotal:AVERAGE \
AREA:HttpConnTotal#edd400 \
LINE2:HttpConnTotal#c4a000:"HttpConnectionsTotal" \
Expand All @@ -272,7 +272,7 @@ report.OpenNMS.JettyServer.HttpConnOpen.AttributeReport.name=HttpConnectionsOpen
report.OpenNMS.JettyServer.HttpConnOpen.AttributeReport.columns=HttpConnOpen
report.OpenNMS.JettyServer.HttpConnOpen.AttributeReport.type=interfaceSnmp
report.OpenNMS.JettyServer.HttpConnOpen.AttributeReport.command=--title="HttpConnectionsOpen" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:HttpConnOpen={rrd1}:HttpConnOpen:AVERAGE \
AREA:HttpConnOpen#edd400 \
LINE2:HttpConnOpen#c4a000:"HttpConnectionsOpen" \
Expand All @@ -288,7 +288,7 @@ report.OpenNMS.JettyServer.HttpConnOpenMax.AttributeReport.name=HttpConnectionsO
report.OpenNMS.JettyServer.HttpConnOpenMax.AttributeReport.columns=HttpConnOpenMax
report.OpenNMS.JettyServer.HttpConnOpenMax.AttributeReport.type=interfaceSnmp
report.OpenNMS.JettyServer.HttpConnOpenMax.AttributeReport.command=--title="HttpConnectionsOpenMax" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:HttpConnOpenMax={rrd1}:HttpConnOpenMax:AVERAGE \
AREA:HttpConnOpenMax#edd400 \
LINE2:HttpConnOpenMax#c4a000:"HttpConnectionsOpenMax" \
Expand All @@ -304,7 +304,7 @@ report.OpenNMS.Statsd.StaReportsStarted.AttributeReport.name=ReportsStarted
report.OpenNMS.Statsd.StaReportsStarted.AttributeReport.columns=StaReportsStarted
report.OpenNMS.Statsd.StaReportsStarted.AttributeReport.type=interfaceSnmp
report.OpenNMS.Statsd.StaReportsStarted.AttributeReport.command=--title="ReportsStarted" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:StaReportsStarted={rrd1}:StaReportsStarted:AVERAGE \
AREA:StaReportsStarted#edd400 \
LINE2:StaReportsStarted#c4a000:"ReportsStarted" \
Expand All @@ -320,7 +320,7 @@ report.OpenNMS.Statsd.StaReportsCompleted.AttributeReport.name=ReportsCompleted
report.OpenNMS.Statsd.StaReportsCompleted.AttributeReport.columns=StaReportsCompleted
report.OpenNMS.Statsd.StaReportsCompleted.AttributeReport.type=interfaceSnmp
report.OpenNMS.Statsd.StaReportsCompleted.AttributeReport.command=--title="ReportsCompleted" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:StaReportsCompleted={rrd1}:StaReportsCompleted:AVERAGE \
AREA:StaReportsCompleted#edd400 \
LINE2:StaReportsCompleted#c4a000:"ReportsCompleted" \
Expand All @@ -336,7 +336,7 @@ report.OpenNMS.Statsd.StaReportsPersisted.AttributeReport.name=ReportsPersisted
report.OpenNMS.Statsd.StaReportsPersisted.AttributeReport.columns=StaReportsPersisted
report.OpenNMS.Statsd.StaReportsPersisted.AttributeReport.type=interfaceSnmp
report.OpenNMS.Statsd.StaReportsPersisted.AttributeReport.command=--title="ReportsPersisted" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:StaReportsPersisted={rrd1}:StaReportsPersisted:AVERAGE \
AREA:StaReportsPersisted#edd400 \
LINE2:StaReportsPersisted#c4a000:"ReportsPersisted" \
Expand All @@ -352,7 +352,7 @@ report.OpenNMS.Statsd.StaReportRunTime.AttributeReport.name=ReportRunTime
report.OpenNMS.Statsd.StaReportRunTime.AttributeReport.columns=StaReportRunTime
report.OpenNMS.Statsd.StaReportRunTime.AttributeReport.type=interfaceSnmp
report.OpenNMS.Statsd.StaReportRunTime.AttributeReport.command=--title="ReportRunTime" \
--vertical-label="verticalLabel" \
--vertical-label="Count" \
DEF:StaReportRunTime={rrd1}:StaReportRunTime:AVERAGE \
AREA:StaReportRunTime#edd400 \
LINE2:StaReportRunTime#c4a000:"ReportRunTime" \
Expand Down

0 comments on commit c2aadb4

Please sign in to comment.