Changes between Version 6 and Version 7 of GENIMonitoring/Alerts


Ignore:
Timestamp:
05/12/15 17:14:55 (9 years ago)
Author:
cody@uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIMonitoring/Alerts

    v6 v7  
    7878Note how the following data types are used in the example queries.
    7979 
    80 {{
     80{{{
    8181        ...
    8282        String urn;
     
    8585        double value;
    8686        ...
    87 }}
     87}}}
     88
     89
    8890* If metric ''gpo:is_available'' is set to ''1'' emit ''OK''
    8991{{{
     
    111113}}}
    112114
     115== Creating stream queries ==
    113116
    114 {{{
    115117
    116 }}}
    117118
     119== References ==
    118120
    119121*Image from RabbitMQ tutorial [https://www.rabbitmq.com/tutorials/tutorial-three-python.html]