SNMP Installation and Configuration
Posted: Fri Aug 09, 2013 2:04 am
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
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