From dd6b55807791bcfbed9cda85b5556b6ac50582e3 Mon Sep 17 00:00:00 2001 From: crcro Date: Sat, 23 Jul 2016 17:26:42 +0300 Subject: [PATCH] fixed wrong graph template used --- html/includes/graphs/application/nfs-fh.inc.php | 2 +- html/includes/graphs/application/nfs-io.inc.php | 2 +- html/includes/graphs/application/nfs-net.inc.php | 2 +- html/includes/graphs/application/nfs-ra.inc.php | 2 +- html/includes/graphs/application/nfs-rc.inc.php | 2 +- html/includes/graphs/application/nfs-rpc.inc.php | 2 +- html/includes/graphs/application/nfs-v3-stats.inc.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/html/includes/graphs/application/nfs-fh.inc.php b/html/includes/graphs/application/nfs-fh.inc.php index 76eed56fed..ffe358a30f 100644 --- a/html/includes/graphs/application/nfs-fh.inc.php +++ b/html/includes/graphs/application/nfs-fh.inc.php @@ -34,4 +34,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php'; diff --git a/html/includes/graphs/application/nfs-io.inc.php b/html/includes/graphs/application/nfs-io.inc.php index e6778d55ce..21431f1c3b 100644 --- a/html/includes/graphs/application/nfs-io.inc.php +++ b/html/includes/graphs/application/nfs-io.inc.php @@ -31,4 +31,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php'; diff --git a/html/includes/graphs/application/nfs-net.inc.php b/html/includes/graphs/application/nfs-net.inc.php index 70b17cad62..4d908c1bec 100644 --- a/html/includes/graphs/application/nfs-net.inc.php +++ b/html/includes/graphs/application/nfs-net.inc.php @@ -33,4 +33,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php'; diff --git a/html/includes/graphs/application/nfs-ra.inc.php b/html/includes/graphs/application/nfs-ra.inc.php index a6503e07b6..cf4a7fd9de 100644 --- a/html/includes/graphs/application/nfs-ra.inc.php +++ b/html/includes/graphs/application/nfs-ra.inc.php @@ -41,4 +41,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php'; diff --git a/html/includes/graphs/application/nfs-rc.inc.php b/html/includes/graphs/application/nfs-rc.inc.php index ba0bdcf2f7..09c6a3d4f1 100644 --- a/html/includes/graphs/application/nfs-rc.inc.php +++ b/html/includes/graphs/application/nfs-rc.inc.php @@ -32,4 +32,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php'; diff --git a/html/includes/graphs/application/nfs-rpc.inc.php b/html/includes/graphs/application/nfs-rpc.inc.php index 4b766e70fc..b1dcd780cb 100644 --- a/html/includes/graphs/application/nfs-rpc.inc.php +++ b/html/includes/graphs/application/nfs-rpc.inc.php @@ -34,4 +34,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php'; diff --git a/html/includes/graphs/application/nfs-v3-stats.inc.php b/html/includes/graphs/application/nfs-v3-stats.inc.php index 5ab9f7a412..e171883923 100644 --- a/html/includes/graphs/application/nfs-v3-stats.inc.php +++ b/html/includes/graphs/application/nfs-v3-stats.inc.php @@ -51,4 +51,4 @@ else { echo "file missing: $rrd_filename"; } -require 'includes/graphs/generic_multi_line_exact_numbers.inc.php'; +require 'includes/graphs/generic_v3_multiline.inc.php';