Home
last modified time | relevance | path

Searched refs:Rrd (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/graphs/
H A DipSytemStats.inc.php3 if (Rrd::checkRrdExists(Rrd::name($device['hostname'], 'ipSystemStats-ipv6'))) {
15 if (Rrd::checkRrdExists(Rrd::name($device['hostname'], 'ipSystemStats-ipv4'))) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/port/
H A Dgraphs.inc.php3 if (Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_id']))) {
46 if (Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_id'], 'poe'))) {
58 if (Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_id'], 'dot3'))) {
74 if (Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_id'], 'cie'))) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/application/
H A Dnvidia-common.inc.php14 $rrd_filename = Rrd::name($device['hostname'], ['app', $app['app_type'], $app['app_id'], $int]);
16 if (! Rrd::checkRrdExists($rrd_filename)) {
20 while (Rrd::checkRrdExists($rrd_filename)) {
28 $rrd_filename = Rrd::name($device['hostname'], ['app', $app['app_type'], $app['app_id'], $int]);
H A Dbind_incoming.inc.php36 $rrd_filename = Rrd::name($device['hostname'], ['app', 'bind', $app['app_id']]);
49 if (Rrd::checkRrdExists($rrd_filename)) {
61 $rrd_filename = Rrd::name($device['hostname'], ['app', 'bind', $app['app_id'], 'incoming']);
96 if (Rrd::checkRrdExists($rrd_filename)) {
H A Dsmart-common.inc.php15 $disks = Rrd::getRrdApplicationArrays($device, $app_id, $name);
26 … $rrd_filename = Rrd::name($device['hostname'], ['app', $name . '_' . $rrdVar, $app_id, $disk]);
28 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $disk]);
31 if (Rrd::checkRrdExists($rrd_filename)) {
H A Dcertificate-common.inc.php15 $cert_name_list = Rrd::getRrdApplicationArrays($device, $app_id, $name);
22 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $cert_name]);
24 if (Rrd::checkRrdExists($rrd_filename)) {
H A Dmdadm-common.inc.php15 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name);
22 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
24 if (Rrd::checkRrdExists($rrd_filename)) {
H A Ddocker-common.inc.php18 $containers = Rrd::getRrdApplicationArrays($device, $app['app_id'], 'docker');
24 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $container_name]);
26 if (Rrd::checkRrdExists($rrd_filename)) {
H A Dseafile-common.inc.php14 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
21 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
23 if (Rrd::checkRrdExists($rrd_filename)) {
H A Ddhcp-stats_pools_current.inc.php19 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
25 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
27 if (Rrd::checkRrdExists($rrd_filename)) {
H A Ddhcp-stats_pools_max.inc.php19 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
25 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
27 if (Rrd::checkRrdExists($rrd_filename)) {
H A Ddhcp-stats_pools_percent.inc.php19 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
25 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
27 if (Rrd::checkRrdExists($rrd_filename)) {
H A Dpowermon_consumption.inc.php36 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id]);
94 $descr = \LibreNMS\Data\Store\Rrd::fixedSafeDescr($ds_item['descr'], $pad_to);
160 $descr = \LibreNMS\Data\Store\Rrd::fixedSafeDescr($descr, $pad_to + 2);
168 $descr = \LibreNMS\Data\Store\Rrd::fixedSafeDescr($descr, $pad_to + 7);
H A Ddhcp-stats_networks_max.inc.php19 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
25 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
27 if (Rrd::checkRrdExists($rrd_filename)) {
H A Ddhcp-stats_networks_percent.inc.php19 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
25 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
27 if (Rrd::checkRrdExists($rrd_filename)) {
H A Ddhcp-stats_networks_current.inc.php19 $arrays = Rrd::getRrdApplicationArrays($device, $app_id, $name, $category);
25 $rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app_id, $array]);
27 if (Rrd::checkRrdExists($rrd_filename)) {
/dports/net-mgmt/librenms/librenms-21.5.1/tests/
H A DRrdtoolTest.php28 use LibreNMS\Data\Store\Rrd; alias
47 $this->app->forgetInstance(Rrd::class);
75 $this->app->forgetInstance(Rrd::class);
101 $reflection = new \ReflectionClass(Rrd::class);
105 return $method->invokeArgs($this->app->make(Rrd::class), func_get_args());
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/apps/
H A Dnfs-server.inc.php32 …$var_rrd = Rrd::name($device['hostname'], 'app-nfs-server-' . $app_section . '-' . $app['app_id']);
33 if (! Rrd::checkRrdExists($var_rrd)) {
86 …if (! Rrd::checkRrdExists(Rrd::name($device['hostname'], 'app-nfs-server-' . $info[1] . '-' . $app…
H A Dceph.inc.php17 …foreach (glob(Rrd::name($device['hostname'], ['app', 'ceph', $app['app_id'], 'pool'], '-*.rrd')) a…
42 …foreach (glob(Rrd::name($device['hostname'], ['app', 'ceph', $app['app_id'], 'osd'], '-*.rrd')) as…
57 …foreach (glob(Rrd::name($device['hostname'], ['app', 'ceph', $app['app_id'], 'df'], '-*.rrd')) as …
/dports/databases/rrdtool/rrdtool-1.7.2/bindings/tcl/
H A DifOctets.tcl.in4 package require Rrd @VERSION@
10 Rrd::create $rrdfile --step 5 \
33 Rrd::update $rrdfile --template inOctets:outOctets N:$in:$out
35 Rrd::graph gaga.png --title "gaga" \
/dports/databases/rrdtool12/rrdtool-1.2.30/bindings/tcl/
H A DifOctets.tcl.in6 package require Rrd @VERSION@
12 Rrd::create $rrdfile --step 5 \
35 Rrd::update $rrdfile --template inOctets:outOctets N:$in:$out
37 Rrd::graph gaga.png --title "gaga" \
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/
H A Dsla-jitter-jitter.inc.php18 $rrd_filename = Rrd::dirFromHost($device['hostname']) . '/' . \LibreNMS\Data\Store\Rrd::safeName('s…
20 if (Rrd::checkRrdExists($rrd_filename)) {
H A Dgraph.inc.php76 …echo escapeshellcmd('rrdtool ' . Rrd::buildCommand('graph', Config::get('temp_dir') . '/' . strgen…
79 Rrd::graph($rrd_options);
106 $image_data = Rrd::graph($rrd_options);
116 if (isset($rrd_filename) && ! Rrd::checkRrdExists($rrd_filename)) {
H A Dgeneric_multi_seperated.inc.php34 $units_descr = \LibreNMS\Data\Store\Rrd::fixedSafeDescr($units_descr, $rrddescr_len + 5);
136 $descr = \LibreNMS\Data\Store\Rrd::fixedSafeDescr($rrd['descr'], $rrddescr_len) . ' In';
137 $descr_out = \LibreNMS\Data\Store\Rrd::fixedSafeDescr('', $rrddescr_len) . ' Out';
235 …$rrd_options .= " HRULE:999999999999999#FFFFFF:'" . \LibreNMS\Data\Store\Rrd::fixedSafeDescr('Tota…
248 …$rrd_options .= " HRULE:999999999999990#FFFFFF:'" . \LibreNMS\Data\Store\Rrd::fixedSafeDescr('', $…
261 …$rrd_options .= " HRULE:999999999999990#FFFFFF:'" . \LibreNMS\Data\Store\Rrd::fixedSafeDescr('', $…
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/device/
H A Dmempool.inc.php55 $descr = \LibreNMS\Data\Store\Rrd::fixedSafeDescr($mempool->mempool_descr, 22);
56 …$rrd_filename = Rrd::name($device['hostname'], ['mempool', $mempool->mempool_type, $mempool->mempo…
58 if (Rrd::checkRrdExists($rrd_filename)) {
110 …$available_filename = Rrd::name($device['hostname'], ['mempool', $available->mempool_type, $availa…

12345678910>>...28