Ignore:
Timestamp:
03/27/13 20:50:05 (11 years ago)
Author:
ramonb
Message:

host_view.php,
templates/host_view.tpl:

graph.php:

  • set range as title if it's not job

libtoga.php:

  • remove some timestamp from metrics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/libtoga.php

    r752 r759  
    751751            $metrics[$hostname]['last_reported']['VAL'] = $attrs['REPORTED'];
    752752            $metrics[$hostname]['last_reported']['TYPE'] = "string";
    753             $metrics[$hostname]['last_reported_timestamp']['NAME'] = "REPORTED TIMESTAMP";
    754             $metrics[$hostname]['last_reported_timestamp']['VAL'] = $attrs['REPORTED'];
    755             $metrics[$hostname]['last_reported_timestamp']['TYPE'] = "uint32";
    756753            $metrics[$hostname]['ip_address']['NAME'] = "IP";
    757754            $metrics[$hostname]['ip_address']['VAL'] = $attrs['IP'];
Note: See TracChangeset for help on using the changeset viewer.