Nagios – Configuration
In the previous chapter, we have seen the installation of Nagios. In this chapter, let us understand its configuration in detail. The configuration files of Nagios are located in /usr/local/nagios/etc.…
In the previous chapter, we have seen the installation of Nagios. In this chapter, let us understand its configuration in detail. The configuration files of Nagios are located in /usr/local/nagios/etc.…
In this guide, we will discuss Container Inside Container in Ext.js . Container inside container: We can have containers inside other containers as a component for the parent container along…
In this guide, we will discuss Components Inside container in Ext.js . Components inside container: We can have multiple components inside the container. Syntax Following is the simple syntax to…
This topic is about Java 13 - ZGC Enhancements. The ZGC or Z Garbage Collector was introduced with Java 11 as a low latency garbage collection mechnism. ZGC makes sure…
This topic is about Java 13 - Dynamic CDS archive. CDS, Class Data Sharing is an important feature of JVM to boost the startup time of an application loading. As…
This topic is about Java 13 - Miscellaneous Changes. Java 13 have introduced three new methods to java.nio.file.FileSystems to treat the content of a file as a file system easily.…
This topic is about Java 13 - Socket API Reimplementation. Java 13 have reimplemented the Java Socket API. Old Socket APIs like java.net.Socket and java.net.ServerSocket has been replaced. PlainSocketImpl is no more in use,…
This topic is about Java 13 - Text Block Methods. Java 12 introduces text blocks to handle multiline strings like JSON/XML/HTML etc and added new methods to String class to…
This topic is about Java 13 - Text Blocks. Java 13 introduces text blocks to handle multiline strings like JSON/XML/HTML etc. It is a preview feature. Text Block allows to…
This topic is about Java 13 - Switch Expressions. Java 12 introduces expressions to Switch statement and released it as a preview feature. Java 13 added a new yield construct…