Prometheus monitor is allowing you to automatically discover all the EC2 instances through the node_exporter and monitor the metrics in one grafana graph. The Prometheus based discovery of AWS EC2 instances is very easy and ec2_sd_configs allow retrieving scrape targets. Node exporter It is a prometheus exporter for hardware and OS metrics exposed by *NIX kernels, […]
Continue reading…
DevOps
DevOps is the combination of cultural philosophies, practices, and tools that increase an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market. This DevOps Knowledge Base articles and example will help.
Benefits of DevOps
- Speed
- Rapid Delivery
- Reliability
- Scale
- Improved Collaboration
- Security
How to Install Zabbix Agent in AIX
Zabbix is an open-source monitoring software tool which are includes networks, servers, virtual machines, and cloud services monitoring. Zabbix provides monitoring metrics, among others network utilization, CPU load and disk space consumption. How to monitor AIX in Zabbix MonitoringTool? We can use to monitor via SNMP interface or Zabbix agent, other supported interfaces in the […]
Continue reading…
Setup PXE Network Boot Server in CentOS/RHEL
PXE Server – PXE, an abbreviation of the preboot execution environment, allows us to deploy operating systems on multiple systems automatically at a time in the network. Also, the PXE server helps you to install an OS in a remote system that doesn’t have many options for CD/DVD or USB drives. Now, let start how […]
Continue reading…