Ignore:
Timestamp:
03/22/13 11:47:20 (11 years ago)
Author:
ramonb
Message:

libtoga.php,
overview.php,
graph.php:

  • renamed MONARCH-metrics to zplugin-monarch-metrics

version.php:

  • set to 0.4+SVN
File:
1 edited

Legend:

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

    r721 r723  
    711711            }
    712712        }
    713         else if( $name == 'METRIC' and strstr( $attrs['NAME'], 'MONARCH' ) and $this->proc_cluster == $this->clustername )
    714         {
    715             if( strstr( $attrs['NAME'], 'MONARCH-HEARTBEAT' ) )
     713        else if( $name == 'METRIC' and strstr( $attrs['NAME'], 'zplugin-monarch' ) and $this->proc_cluster == $this->clustername )
     714        {
     715            if( strstr( $attrs['NAME'], 'zplugin-monarch-heartbeat' ) )
    716716            {
    717717                $this->heartbeat['time'] = $attrs['VAL'];
    718718            }
    719             else if( strstr( $attrs['NAME'], 'MONARCH-DOWN' ) )
     719            else if( strstr( $attrs['NAME'], 'zplugin-monarch-down' ) )
    720720            {
    721721                $fields        = explode( ' ', $attrs['VAL'] );
     
    753753                }
    754754            }
    755             else if( strstr( $attrs['NAME'], 'MONARCH-OFFLINE' ) )
     755            else if( strstr( $attrs['NAME'], 'zplugin-monarch-offline' ) )
    756756            {
    757757                $fields        = explode( ' ', $attrs['VAL'] );
     
    789789                }
    790790            }
    791             else if( strstr( $attrs['NAME'], 'MONARCH-JOB' ) )
    792             {
    793                 sscanf( $attrs['NAME'], 'MONARCH-JOB-%d-%d', $jobid, $monincr );
     791            else if( strstr( $attrs['NAME'], 'zplugin-monarch-job' ) )
     792            {
     793                sscanf( $attrs['NAME'], 'zplugin-monarch-job-%d-%d', $jobid, $monincr );
    794794
    795795                if( !isset( $jobs[$jobid] ) )
Note: See TracChangeset for help on using the changeset viewer.