Dnia 2014-11-05, śro o godzinie 20:41 +0100, Michał Giżyński pisze: > Witam. > W głównym pliku konfiguracyjnym /etc/nagios/nagios.cfg template > dodałeś ? > cfg_file=/etc/nagios/templates.cfg > > Oczywiście paczka nagios-notify-0.14-1.noarch zainstalowana prawda ?
Tak, wszystko zainstalowane. Jednak problemem była opcja konfiguracyjna. # ENABLE ENVIRONMENT MACROS # This option determines whether or not Nagios will make all standard # macros available as environment variables when host/service checks # and system commands (event handlers, notifications, etc.) are # executed. # Enabling this is a very bad idea for anything but very small setups, # as it means plugins, notification scripts and eventhandlers may run # out of environment space. It will also cause a significant increase # in CPU- and memory usage and drastically reduce the number of checks # you can run. # Values: 1 - Enable environment variable macros # 0 - Disable environment variable macros (default) enable_environment_macros=1 Domyślnie wyłączona. Teraz działa. _______________________________________________ pld-users-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-pl
