Hola de nuevo, les cuento:
actualemente los servicios los monitoreo de esta forma:
# Create a service for monitoring the SMTP service
# Change the host_name to match the name of the host you defined above
define service{
use generic-service ; Inherit default
values from a template
host_name Servidor
service_description SMTP
check_command check_smtp
notification_interval 30
notification_options w,c,r,
check_period 24x7
}
# Create a service for monitoring the POP3 service
# Change the host_name to match the name of the host you defined above
define service{
use generic-service ; Inherit default
values from a template
host_name Servidor ; Nombre del Servidor
service_description POP3 ; Nombre del Servicio
check_command check_pop ; servicio
notification_interval 30
notification_options w,c,r,
check_period 24x7
}
# Create a service for monitoring the IMAP service
# Change the host_name to match the name of the host you defined above
define service{
use generic-service ; Inherit default
values from a template
host_name Servidor
service_description IMAP
check_command check_imap
notification_interval 30
notification_options w,c,r,
check_period 24x7
}
De esta forma estoy monitoreando servidor de correo, agradeceria sus
comentarios.
pero ademas quiero monitorear el servicio de SQL, cuales son los
servicios principales, me podrian ayudar.
gracias.
On 10 ago, 06:35, Joan Maya <
joane...@gmail.com> wrote:
> que servicios te interesa monitorizar?
>