Linux Tutorials on the topic “monitoring”
-
Network Analysis With Wireshark On Ubuntu Feisty Fawn
Author: Falko Timme • Tags: desktop, monitoring, ubuntu • Comments: 3Network Analysis With Wireshark On Ubuntu Feisty Fawn Wireshark is a network protocol analyzer (or "packet sniffer") that can be used for network analysis, troubleshooting, software development, education, etc. This guide shows how to install and use it on an Ubuntu Feisty Fawn desktop to analyze the traffic on the local network card.
-
Monitoring Network Latency With Smokeping (Debian Etch)
Author: Falko Timme • Tags: debian, monitoring • Comments: 0Monitoring Network Latency With Smokeping (Debian Etch) This guide shows how to install and configure Smokeping on Debian Etch to monitor network latency. From the Smokeping web site: "SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection."
-
Network Management And Monitoring With Hyperic HQ On Ubuntu 7.04
Author: o.meyer • Tags: monitoring, ubuntu • Comments: 1Network Management And Monitoring With Hyperic HQ On Ubuntu 7.04 This document describes how to set up Hyperic HQ on Ubuntu 7.04. The resulting system provides an awesome, web-based "Systems-Management-Software". It's the next stage of classical monitoring and able to manage all kinds of operating systems, web servers, application servers and database servers.
-
-
Installing Zabbix (Server And Agent) On Debian Etch
Author: Falko Timme • Tags: debian, monitoring • Comments: 2
Installing Zabbix (Server And Agent) On Debian Etch Zabbix is a solution for monitoring applications, networks, and servers. With Zabbix, you can monitor multiple servers at a time, using a Zabbix server that comes with a web interface (that is used to configure Zabbix and holds the graphs of your systems) and Zabbix agents that are installed on the systems to be monitored. The Zabbix agents deliver the desired data to the Zabbix server. This tutorial shows how you can install the Zabbix server and agent on a Debian Etch system.
-
Postfix Monitoring With Mailgraph And pflogsumm On Debian Etch
Author: Falko Timme • Tags: debian, monitoring, postfix • Comments: 4
Postfix Monitoring With Mailgraph And pflogsumm On Debian Etch This article describes how you can monitor your Postfix mailserver with the tools Mailgraph and pflogsumm. Mailgraph creates daily, weekly, monthly, and yearly graphs of sent, received, bounced, and rejected emails and also of spam and viruses, if SpamAssassin and ClamAV are integrated into Postfix (e.g. using amavisd-new). These graphs can be accessed with a browser, whereas pflogsumm ("Postfix Log Entry Summarizer") can be used to send reports of Postfix activity per email.
-
Cacti On CentOS 4.4 Including The Plug-in Architecture
Author: shakey_1 • Tags: centos, monitoring • Comments: 0Cacti on CentOS 4.4 Including The Plug-in Architecture This guide will step you through the process of installing a functional Cacti installation on CentOS 4.4 including the Plug-in Architecture, which will allow you to expand your monitoring solution.
-
nBox - Envision your network with nBox -- (Embedded Ntop)
Author: evolutionaryit • Tags: monitoring • Comments: 2nBox - Envision your network with nBox -- (Embedded Ntop) The life of a systems or network administrator requires us to maintain an expansive understanding of our network infrastructure to more effectively manage it. Amidst volumes of complex data that some IT problems present and network management is no exception to these complications. Visual tools allow us to better see trends and make sense of the macro view of our networks. Ntop, nBox, nProbe are just the right FOSS tools that can help us gain greater insight.
-
Server Monitoring With munin And monit On Debian Etch
Author: Falko Timme • Tags: debian, monitoring • Comments: 5
Server Monitoring With munin And monit On Debian Etch In this article I will describe how you can monitor your Debian Etch server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that let you recognize current or upcoming problems (like "We need a bigger server soon, our load average is increasing rapidly."), and a watchdog that ensures the availability of the monitored services.
-
Perfect Setup Of Snort + Base + PostgreSQL On Ubuntu 6.06 LTS
Author: ruribeetxeberria • Tags: monitoring, security, ubuntu • Comments: 8Perfect Setup Of Snort + Base + PostgreSQL On Ubuntu 6.06 LTS This tutorial describes how you can install and configure the Snort IDS (intrusion detection system) and BASE (Basic Analysis and Security Engine) on an Ubuntu 6.06 (Dapper Drake) system. With the help of Snort and BASE, you can monitor your system - with BASE you can perform analysis of intrusions that Snort has detected on your network. Snort will use a PostgreSQL database to store/log the data it gathers.
-
Intrusion Detection With BASE And Snort
Author: edge • Tags: security, monitoring • Comments: 18Intrusion Detection With BASE And Snort This tutorial shows how to install and configure BASE (Basic Analysis and Security Engine) and the Snort intrusion detection system (IDS) on a Debian Sarge system. BASE provides a web front-end to query and analyze the alerts coming from a Snort IDS system. With BASE you can perform analysis of intrusions that Snort has detected on your network.