anmolbabu has uploaded a new change for review. Change subject: gluster-nagios-monitoring : Added some service graphs ......................................................................
gluster-nagios-monitoring : Added some service graphs Added a few service graphs to ui-plugins which were missed out. Change-Id: If7334d944cba512b11aff8bd1225d554d09c3877 Signed-off-by: Anmol Babu <[email protected]> --- M gluster-nagios-monitoring/src/js/trends.js 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/samples-uiplugins refs/changes/89/27489/1 diff --git a/gluster-nagios-monitoring/src/js/trends.js b/gluster-nagios-monitoring/src/js/trends.js index 7b3b806..d5977a7 100644 --- a/gluster-nagios-monitoring/src/js/trends.js +++ b/gluster-nagios-monitoring/src/js/trends.js @@ -71,7 +71,7 @@ switch (selectedEntityType) { case "Host": hosts[0] = selectedEntity; - services = ["Cpu_Utilization" , "Memory_Utilization" , "Network_Utilization" , "Disk_Utilization"]; + services = ["Cpu_Utilization" , "Memory_Utilization" , "Network_Utilization" , "Disk_Utilization" , "Swap Utilization"]; this.setGraphs(graphUtils.getGraphs(pnp4NagiosUrl,hosts,services)); break; case "Volume": -- To view, visit http://gerrit.ovirt.org/27489 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If7334d944cba512b11aff8bd1225d554d09c3877 Gerrit-PatchSet: 1 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: anmolbabu <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
