mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Merged separate modules into a single 'cisco-voice' module.
Renamed each module to a more appropriate name.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
include "includes/graphs/common.inc.php";
|
||||
$rrd_options .= " -l 0 -E ";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-dsp.rrd";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-iosdsp.rrd";
|
||||
|
||||
if (file_exists($rrd_filename)) {
|
||||
$rrd_options .= " COMMENT:' Cur Min Max\\n'";
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
include "includes/graphs/common.inc.php";
|
||||
$rrd_options .= " -l 0 -E ";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-hwmtp.rrd";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-iosmtp.rrd";
|
||||
|
||||
if (file_exists($rrd_filename)) {
|
||||
$rrd_options .= " COMMENT:' Cur Min Max\\n'";
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
include "includes/graphs/common.inc.php";
|
||||
$rrd_options .= " -l 0 -E ";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-pri.rrd";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-iospri.rrd";
|
||||
|
||||
if (file_exists($rrd_filename)) {
|
||||
$rrd_options .= " COMMENT:' Cur Min Max\\n'";
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
include "includes/graphs/common.inc.php";
|
||||
$rrd_options .= " -l 0 -E ";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-xcode.rrd";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-iosxcode.rrd";
|
||||
|
||||
if (file_exists($rrd_filename)) {
|
||||
$rrd_options .= " COMMENT:' Cur Min Max\\n'";
|
||||
Reference in New Issue
Block a user