Re: [Nagios-users] Nconf - failure to work with

2009-03-10 Thread Florian Schaal
 where i am trying to run the INSTALL.php  , i am getting the following error 
 : 
 Premature end of script headers: INSTALL.php
 
 Any ideas ?
 
for me the interactive installation won´t work, but the manual
installation works fine.

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios check_sip plugin

2008-09-08 Thread Florian Schaal
command_linecheck_sip -u sip:[EMAIL PROTECTED]

 command_line$USER1$/check_http -I $HOSTADDRESS$ $ARG1$
  

 but I have no idea what the variables are in this line and what
 relevance they have
 
 Can someone explain if I need to have these variables and what they
 actually mean?  
User macros can be defined in one or more resource files. Check out your
 resource.cfg for USER1. Instead of $USER1$ you can define the path to
the script, ie something like /usr/local/nagios/libexec/check_sip

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Problem with nagios host configuration

2008-06-09 Thread Florian Schaal
Giovanni Mancuso schrieb:

define host{
 use generic-host
 host_nameportal1
 aliasportal1
 address192.168.10.31
 }

should work. you can´t just modify a template.

 Hi to all,
 i insert in my nagios.cfg the sequent line:
 cfg_file=/usr/local/nagios/etc/server/portal1.cfg
 
 and in this file the content is the sequent:
 
 cat /usr/local/nagios/etc/server/portal1.cfg
 define host{
 nameportal1; The name of this host template
 usegeneric-host; This template inherits other values 
 from the generic-host template
 check_period24x7; By default, Linux hosts are 
 checked round the clock
 check_interval5; Actively check the host every 5 minutes
 retry_interval1; Schedule host check retries at 1 
 minute intervals
 max_check_attempts10; Check each Linux host 10 times (max)
 check_command   check-host-alive ; Default command to check 
 Linux hosts
 notification_periodworkhours; Linux admins hate to be woken 
 up, so we only notify during the day
 notification_interval120; Resend notifications every 2 hours
 notification_optionsd,u,r; Only send notifications for 
 specific host states
 contact_groupsadmins; Notifications get sent to the 
 admins by default
 address192.168.10.31
 }
 
 
 if i execute:
  /usr/local/nagios/bin/nagios  -v /usr/local/nagios/etc/nagios.cfg |grep 
 -i 'hosts'
 Checking hosts...
 Checked 1 hosts.
 
 It finds only localhost configuration host, but if i execute the strace 
 of nagios -v i see that the script read the portal1 config file.
 
 Have you any idea???
 
 Sorry for my English
 
 Thanks
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null