Random Post :
#931
Gauge sample :
<div id="gaugeA" class="200x160px gaugeToRefresh" val="87.5" title="CPU Idle (%)"></div>
<script type="text/javascript">
jq(".gaugeToRefresh").each(function() {
new JustGage({
id: jq(this).attr('id'),
value: jq(this).attr('val'),
min: 0,
max: 100,
title: jq(this).attr('title')
});
jq(this).removeClass("gaugeToRefresh");
jq(this).addClass("gaugeLoaded");
});
</script>
Result : 
javascript, jquery
#2271
OLIVIER COMBE | Config, Tips |
Images repo :
https://github.com/oracle/docker-images/tree/master/OracleWebLogic
Building WebLogic Server Images on Docker
https://docs.oracle.com/middleware/1221/wls/DOCKR/configuration.htm#DOCKR121
Frequently Asked Questions for Running WebLogic Server Images on Docker
https://docs.oracle.com/middleware/1221/wls/DOCKR/faqs.htm#DOCKR131
Oracle WebLogic Server on Docker Containers (PDF):
http://www.oracle.com/us/products/middleware/cloud-app-foundation/weblogic/weblogic-server-on-docker-wp-2742665.pdf
container, Docker, weblogic, WLS
#1922
Source: SOA Experiences: Logstash Configuration for Weblogic
Elasticsearch, Filebeat, Logstash, weblogic
#1007
Notepad++ > App > langs.xml
#2181

This article describes how to install and setup an instance of Zabbix agent to run as a service on Microsoft Windows systems in order to monitor your infrastructure windows environments, especially server machines
Source: How to Install Zabbix Agent and Add Windows Host to Zabbix Monitoring – Part 4
Download Agent : https://www.zabbix.com/download_agents
windows, Zabbix