Revision ea322c27

b/doc/design-monitoring-agent.rst
590 590

  
591 591
If requested through GET, the null JSON value will be returned.
592 592

  
593
``/1/full``
594
+++++++++++
595
The full report of all the data collectors, as described in the section
593
``/1/list/collectors``
594
++++++++++++++++++++++
595
Returns a list of tuples (kind, category, name) showing all the collectors
596
available in the system.
597

  
598
``/1/report/all``
599
+++++++++++++++++
600
A list of the reports of all the data collectors, as described in the section
596 601
`Format of the report`_.
597 602

  
598 603
`Status reporting collectors`_ will provide their output in non-verbose format.
599 604
The verbose format can be requested by adding the parameter ``verbose=1`` to the
600 605
request.
601 606

  
602
``/[category]/[collector_name]``
603
++++++++++++++++++++++++++++++++
607
``/1/report/[category]/[collector_name]``
608
+++++++++++++++++++++++++++++++++++++++++
604 609
Returns the report of the collector ``[collector_name]`` that belongs to the
605 610
specified ``[category]``.
606 611

  
......
689 694
The libekg library should be looked at for easily providing metrics in
690 695
json format.
691 696

  
692

  
693 697
Implementation order
694 698
--------------------
695 699

  

Also available in: Unified diff