Advertisement
Guest User

Untitled

a guest
May 5th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. {
  2. "title": "Fatturazione",
  3. "group": "Personal",
  4. "widgets": [
  5. {
  6. "id": "w1",
  7. "title": "Operating System",
  8. "row": 1,
  9. "col": 1,
  10. "size_x": 3,
  11. "size_y": 4,
  12. "path": "jmx/attributes",
  13. "include": "app/jmx/html/attributes.html",
  14. "search": {
  15. "nid": "root-java.lang-OperatingSystem"
  16. },
  17. "hash": ""
  18. },
  19. {
  20. "id": "w2",
  21. "title": "Fatturazione con 2 valori",
  22. "row": 1,
  23. "col": 6,
  24. "size_x": 2,
  25. "size_y": 2,
  26. "path": "jmx/widget/donut",
  27. "include": "app/jmx/html/donutChart.html",
  28. "search": {},
  29. "hash": "",
  30. "routeParams": "{\"type\":\"donut\",\"title\":\"Fatturazione con 2 valori\",\"mbean\":\"java.lang:type=Memory\",\"attribute\":\"HeapMemoryUsage\",\"total\":\"Max\",\"terms\":\"Valore1\",\"remaining\":\"Valore2\"}"
  31. },
  32. {
  33. "id": "w3",
  34. "title": "Java Non Heap Memory",
  35. "row": 1,
  36. "col": 8,
  37. "size_x": 2,
  38. "size_y": 2,
  39. "path": "jmx/widget/donut",
  40. "include": "app/jmx/html/donutChart.html",
  41. "search": {},
  42. "hash": "",
  43. "routeParams": "{\"type\":\"donut\",\"title\":\"Java Non Heap Memory\",\"mbean\":\"java.lang:type=Memory\",\"attribute\":\"NonHeapMemoryUsage\",\"total\":\"Max\",\"terms\":\"Used\",\"remaining\":\"Free\"}"
  44. },
  45. {
  46. "id": "w4",
  47. "title": "System CPU Load",
  48. "row": 1,
  49. "col": 4,
  50. "size_x": 2,
  51. "size_y": 2,
  52. "path": "jmx/widget/area",
  53. "include": "app/jmx/html/areaChart.html",
  54. "search": {},
  55. "hash": "",
  56. "routeParams": "{\"type\":\"area\",\"title\":\"System CPU Load\",\"mbean\":\"java.lang:type=OperatingSystem\",\"attribute\":\"SystemCpuLoad\"}"
  57. },
  58. {
  59. "id": "w5",
  60. "title": "Fatturazione Valore1",
  61. "row": 1,
  62. "col": 4,
  63. "size_x": 2,
  64. "size_y": 2,
  65. "path": "jmx/widget/area",
  66. "include": "app/jmx/html/areaChart.html",
  67. "search": {},
  68. "hash": "",
  69. "routeParams": "{\"type\":\"area\",\"title\":\"Fatturazione Val.1\",\"mbean\":\"Mule.MuleCustomAgent:type=Statistics,name=FatturazioneElettronica\",\"attribute\":\"Valore1\"}"
  70. }
  71. ],
  72. "id": "5108ab8e85c8019169"
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement