Hi all: My team want to put separate views of the equipment monitored by xymon. For example get all test/data from a server on a page called HW and put some of the gathered data on a page called Service. I this way we want to put separate views of one entity.. one view which shows everything so is the necessary for the sysadmin and the other view (fewer columns) that remove the extra data and show the estricly data of a service or function of the server.
Can be this acomplish since man pages warns against it with unexpectable results. (bb-hosts).
Thanks!
Este mensaje de correo electrónico, incluidos los archivos adjuntos, es para el uso exclusivo de la persona a la que se ha enviado, y puede contener información que sea confidencial o protegida legalmente. Si usted no es el destinatario, o ha recibido este mensaje por error, no está autorizado a copiar, distribuir, o utilizar de alguna manera este mensaje. Por favor notifique inmediatamente al remitente por correo electrónico y suprimir permanentemente este mensaje y los archivos adjuntos. No se otorga ninguna garantía de que este e-mail esté libre de errores o virus. INSTITUTO COSTARRICENSE DE ELECTRICIDAD
On Thu, 25 Nov 2010 14:40:43 -0600, Soporte Infraestructura Operativa y Almacenamiento wrote:
My team want to put separate views of the equipment monitored by xymon. For example get all test/data from a server on a page called HW and put some of the gathered data on a page called Service. I this way we want to put separate views of one entity.. one view which shows everything so is the necessary for the sysadmin and the other view (fewer columns) that remove the extra data and show the estricly data of a service or function of the server.
Can be this acomplish since man pages warns against it with unexpectable results. (bb-hosts).
Yes, there is no problem with having hosts show up on multiple pages. Just observe the caution that you must have all of the network tests defined once - don't spread them across the different host definitions, and don't repeat them on all of the host definitions.
In other words, this is OK:
page prod Production Systems 10.0.0.1 dns.foo.com # ssh dns page test Test systems 0.0.0.0 dns.foo.com # noconn
And this is wrong:
page prod Production Systems 10.0.0.1 dns.foo.com # ssh dns page test Test systems 10.0.0.1 dns.foo.com # ssh dns http://dns.foo.com/
Put all of the network tests on the first definition of the host, and use IP 0.0.0.0 and "noconn" on all the other iterations of that host.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
soopal@ice.go.cr