SNMP Installation and Configuration

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jitendrapsingh
Posts: 1
Joined: Fri Aug 09, 2013 1:20 am

SNMP Installation and Configuration

Post by jitendrapsingh »

dear,
We have installed nagios on centos 4 and configure Server.cfg , but unable to capture traffic in/out and running activity on window server .
# Define a service to "ping" the local machine
define service{
use local-service ; Name of service template to use
host_name Abohar-Primary-Server
service_description PING
check_command check_ping!100.0,20%!500.0,60%
}
# Define a service to check the disk space of the root partition
define service{
use local-service ; Name of service template to use
host_name Abohar-Primary-Server
service_description HTTP
check_command check_http
notifications_enabled 0
}
## Define a service to check FTP on the local machine
define service{
use local-service
host_name Abohar-Primary-Server
service_description FTP
check_command check_ftp
}
Pls advise us and sample file to capture all activity
Last edited by abrist on Fri Aug 09, 2013 10:38 am, edited 1 time in total.
Reason: Split topic - Please do not necro threads from last year.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: SNMP Installation and Configuration

Post by abrist »

What type of traffic are you looking for?
- Bandwidth usage?
- FTP connections?
- Something else?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked