You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
4.2 KiB
117 lines
4.2 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Proactive Monitoring | Splunk</title>
|
|
<link rel="shortcut icon" href="${make_url('/static/img/favicon.ico')}" />
|
|
<link rel="stylesheet" type="text/css" href="${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/libs/bootstrap.min.css')}" />
|
|
<link rel="stylesheet" type="text/css" media="all" href="${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/libs/dashboard-simple-bootstrap.min.css')}" />
|
|
<!-- APP/PAGE CSS -->
|
|
<link rel="stylesheet" type="text/css" media="all" href="${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/components/proactivemonitoring/contrib/noel-icons/style.css')}" />
|
|
<!--<link rel="stylesheet" type="text/css" media="all" href="${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/dashboard.css"')} />-->
|
|
<!--[if IE 7]><link rel="stylesheet" href="${make_url('/static/css/sprites-ie7.css"')} /><![endif]-->
|
|
<style>
|
|
.proactive-monitoring-pinboard-detail-list {
|
|
list-style: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body class="simplexml preload">
|
|
|
|
<!--
|
|
BEGIN LAYOUT
|
|
This section contains the layout for the dashboard. Splunk uses proprietary
|
|
styles in <div> tags, similar to Bootstrap's grid system.
|
|
-->
|
|
|
|
<div class="header">
|
|
<div id="placeholder-splunk-bar">
|
|
<a href="${make_url('/app/launcher/home')}" class="brand" title="splunk > listen to your data">splunk<strong>></strong></a>
|
|
</div>
|
|
<div id="placeholder-app-bar"></div>
|
|
</div>
|
|
<div class="dashboard-body container-fluid main-section-body" data-role="main">
|
|
<div class="dashboard-header clearfix">
|
|
<h2>Proactive Monitoring - VMware</h2>
|
|
<p class="description">Performs top-down performance assessment of all vSphere environments</p>
|
|
</div>
|
|
<div class="fieldset">
|
|
<div class="element input-dropdown" id="field1">
|
|
<label>Entity</label>
|
|
</div>
|
|
<div class="element input-dropdown" id="field2">
|
|
<label>Performance Type</label>
|
|
</div>
|
|
<div class="element input-dropdown" id="field3" style="width: 350px;">
|
|
<label>Metric</label>
|
|
</div>
|
|
<div class="input input-timerangepicker" id="field4">
|
|
<label> </label>
|
|
</div>
|
|
<div class="input form-submit" id="search_btn">
|
|
<button class="btn btn-primary submit">Search</button>
|
|
</div>
|
|
<div id="search_processing_indicator" class="pm-perf-message-container">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="dashboard-row dashboard-row1">
|
|
<div class="dashboard-cell" style="width: 100%;">
|
|
<div class="dashboard-panel clearfix">
|
|
<div class="panel-element-row">
|
|
<div class="dashboard-element" id="element1" style="width: 100%">
|
|
<div class="panel-body" style="padding:0px;overflow:visible;">
|
|
<div class="proactive-monitoring-container"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer"></div>
|
|
<!-- END LAYOUT -->
|
|
|
|
<!-- REQUIRE, CONFIG, AND i18n -->
|
|
<script src="${make_url('/config?autoload=1')}"></script>
|
|
<script>
|
|
/*
|
|
* This page inlines Core code from Splunk 6.2, which is not fully compatible
|
|
* with previous Splunk versions.
|
|
*
|
|
* JIRA: This page should be rewritten to not inline any code from Splunk Core.
|
|
* Preferably as a Simple XML page with JS/CSS extensions. (TAG-8793)
|
|
*
|
|
* HACK: Patch global configuration on Splunk < 6.1 to include
|
|
* $C.SPLUNKD_PATH, which is required by the inlined primary URL
|
|
* building function of Splunk >= 6.1: fullpath()
|
|
*/
|
|
if (!$C.SPLUNKD_PATH) {
|
|
$C.SPLUNKD_PATH = $C.MRSPARKLE_ROOT_PATH + "/en-US/splunkd/__raw";
|
|
}
|
|
</script>
|
|
<script src="${make_url('/static/js/i18n.js')}"></script>
|
|
<script src="${make_url('/i18ncatalog?autoload=1')}"></script>
|
|
<script src="${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/libs/require.js')}"></script>
|
|
<script type="text/javascript">
|
|
require.config({
|
|
baseUrl: "${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/libs')}",
|
|
paths: {
|
|
"pm": "${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/components/proactivemonitoring')}"
|
|
}
|
|
});
|
|
|
|
</script>
|
|
<!-- END REQUIRE, CONFIG, AND i18n -->
|
|
|
|
<!-- DEV PAGE JS-->
|
|
<script src="${make_url('/static/app/DA-ITSI-CP-vmware-dashboards/pages/proactive_monitoring.js')}"></script>
|
|
<!--END DEV PAGE JS-->
|
|
|
|
</body>
|
|
</html>
|