Herramientas de usuario

Herramientas del sitio


manuales:nagios:capacitacion:mk_livestatus

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisiónAmbos lados, revisión siguiente
manuales:nagios:capacitacion:mk_livestatus [2015/10/16 17:53] cayumanuales:nagios:capacitacion:mk_livestatus [2015/10/16 17:53] – [Ejemplos] cayu
Línea 159: Línea 159:
 <code python> <code python>
 #!/usr/bin/python #!/usr/bin/python
-# -*- encoding: utf-8; py-indent-offset: 4 -*- 
-# +------------------------------------------------------------------+ 
-# |             ____ _                      __  __ _  __           | 
-# |            / ___| |__   ___  ___| | __    \/  | |/ /           | 
-# |           | |   | '_ \ / _ \/ __| |/ /   | |\/| | ' /            | 
-# |           | |___| | | |  __/ (__|   <    | |  | | . \            | 
-# |            \____|_| |_|\___|\___|_|\_\___|_|  |_|_|\_\           | 
-# |                                                                  | 
-# | Copyright Mathias Kettner 2013             mk@mathias-kettner.de | 
-# +------------------------------------------------------------------+ 
-# 
-# This file is part of Check_MK. 
-# The official homepage is at http://mathias-kettner.de/check_mk. 
-# 
-# check_mk is free software;  you can redistribute it and/or modify it 
-# under the  terms of the  GNU General Public License  as published by 
-# the Free Software Foundation in version 2.  check_mk is  distributed 
-# in the hope that it will be useful, but WITHOUT ANY WARRANTY;  with- 
-# out even the implied warranty of  MERCHANTABILITY  or  FITNESS FOR A 
-# PARTICULAR PURPOSE. See the  GNU General Public License for more de- 
-# ails.  You should have  received  a copy of the  GNU  General Public 
-# License along with GNU Make; see the file  COPYING.  If  not,  write 
-# to the Free Software Foundation, Inc., 51 Franklin St,  Fifth Floor, 
-# Boston, MA 02110-1301 USA. 
- 
 import os import os
 import livestatus import livestatus
  
 try: try:
-#    omd_root = os.getenv("OMD_ROOT") 
     socket_path = "unix:/usr/local/nagios/var/rw/live"     socket_path = "unix:/usr/local/nagios/var/rw/live"
 except: except:
-    sys.stderr.write("This example is indented to run in an OMD site\n") 
-    sys.stderr.write("Please change socket_path in this example, if you are\n") 
-    sys.stderr.write("not using OMD.\n") 
     sys.exit(1)     sys.exit(1)
  
manuales/nagios/capacitacion/mk_livestatus.txt · Última modificación: 2016/03/21 18:49 por cayu