nagiosbp-users Mailing List for Nagios Business Process View
Brought to you by:
berny1
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|---|
|
From: Bernd S. <be...@us...> - 2008-10-19 06:20:13
|
Hi everybody. we did move the project over to Nagiosforge some month ago. The new Homepage-URL is http://nagiosbp.projects.nagiosforge.org Now it's time to move the mailinglists as well. We will subscribe all users to the new list nag...@li... automatically. You will get a welcome mail with Your new password from the new list. You can change the password if you like. Afterwards You will be unsubscribed from the old list. Please post all of Your messages only to the new address from now on. Best regards, Bernd Stroessenreuther |
|
From: <be...@us...> - 2008-07-19 13:25:25
|
Hi Fabien,
oh, this could also be a known bug in nagios-bp-consistency-check.pl in version 0.9.0 or 0.9.1
Which version are You using?
The bug is already fixed, but unfortunatelly version 0.9.2 is not yet released.
So maybe You might want to try if You could integrate nagios-bp-consistency-check.pl 0.9.2 into Your installation.
I send You the file
If You want to test it, just replace the original one with the file I attached.
It assumes You did install Nagios Business Process AddOns into the default path /usr/local/nagios-ext/
(if not You have to change the path on line 20 and 24)
Start the new script afterwards and please tell us Your results.
Bernd
----- original Nachricht --------
Betreff: [NagiosBP-Users] Service not recognized
Gesendet: Fr, 04. Jul 2008
Von: Fabien Preukschas<Fab...@bu...>
> Hi,
> I installed nagios and nagiosbp.
> When I write infos in the file
> /usr/local/nagios-ext/etc/nagios-bp.conf, no hosts/services are
> recognized... Here are the results from nagios-bp-consistency-check.pl:
> [root@dean bin]# ./nagios-bp-consistency-check.pl
> Checking consistency of /usr/local/nagios-ext/etc/nagios-bp.conf
> Service "bernardo;Ping" used on line 14 is not a defined anywhere
> Service "dauphin;Ping" used on line 14 is not a defined anywhere
>
>
> bernardo, dauphin and Ping are defined in a config file I've called:
> developpement.cfg:
> define host{
> use linux-server ; Inherit default values from a
> template
> host_name bernardo ; The name we're giving to this
> host
> alias Serveur Bernardo ; A longer name
> associated with the host
> display_name Serveur Bernardo
> address 129.183.91.1 ; IP address of the host
> contact_groups test,CB_JCB_JPL
> icon_image aix.png
> icon_image_alt AIX Version 4.2
> }
>
> define host{
> use linux-server ; Inherit default values from a
> template
> host_name dauphin ; The name we're giving to this host
> alias Serveur Dauphin ; A longer name associated with
> the host
> display_name Serveur Dauphin
> address 129.183.91.15 ; IP address of the host
> contact_groups test,CB_JCB_JPL
> icon_image aix.png
> icon_image_alt AIX Version 3.2.5
> }
>
>
> define hostgroup{
> hostgroup_name development-servers ; The name of the hostgroup
> alias Serveurs de dev/gestion de conf ; Long name of
> the group
> members
> fermi,neptune,kipling,nemo,licorne,linforge,zoe,bernardo,dauphin,coopforge
> }
>
> define service{
> use generic-service2
> hostgroup_name development-servers
> service_description Ping
> check_command check_ping!200,20%!500,40%!
> contact_groups test,CB_JCB_JPL
> }
>
>
> Where is the error ?
>
>
>
>
>
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> NagiosBP-Users mailing list
> Nag...@li...
> https://lists.sourceforge.net/lists/listinfo/nagiosbp-users
>
--- original Nachricht Ende ----
|
|
From: Fabien P. <Fab...@bu...> - 2008-07-04 15:05:18
|
Hi,
I installed nagios and nagiosbp.
When I write infos in the file
/usr/local/nagios-ext/etc/nagios-bp.conf, no hosts/services are
recognized... Here are the results from nagios-bp-consistency-check.pl:
[root@dean bin]# ./nagios-bp-consistency-check.pl
Checking consistency of /usr/local/nagios-ext/etc/nagios-bp.conf
Service "bernardo;Ping" used on line 14 is not a defined anywhere
Service "dauphin;Ping" used on line 14 is not a defined anywhere
bernardo, dauphin and Ping are defined in a config file I've called:
developpement.cfg:
define host{
use linux-server ; Inherit default values from a
template
host_name bernardo ; The name we're giving to this host
alias Serveur Bernardo ; A longer name
associated with the host
display_name Serveur Bernardo
address 129.183.91.1 ; IP address of the host
contact_groups test,CB_JCB_JPL
icon_image aix.png
icon_image_alt AIX Version 4.2
}
define host{
use linux-server ; Inherit default values from a
template
host_name dauphin ; The name we're giving to this host
alias Serveur Dauphin ; A longer name associated with
the host
display_name Serveur Dauphin
address 129.183.91.15 ; IP address of the host
contact_groups test,CB_JCB_JPL
icon_image aix.png
icon_image_alt AIX Version 3.2.5
}
define hostgroup{
hostgroup_name development-servers ; The name of the hostgroup
alias Serveurs de dev/gestion de conf ; Long name of
the group
members
fermi,neptune,kipling,nemo,licorne,linforge,zoe,bernardo,dauphin,coopforge
}
define service{
use generic-service2
hostgroup_name development-servers
service_description Ping
check_command check_ping!200,20%!500,40%!
contact_groups test,CB_JCB_JPL
}
Where is the error ?
|
|
From: <be...@us...> - 2008-06-26 11:38:03
|
Hi, > I was wondering if it would be interesting to have the following logical > expression: > > <host-A>:<service-A> (WARNING) & ?<host-B>:<service-B> (WARNING) => > NBP=(CRITICAL) That's a feature which exists already in Nagios itself with one of the default-plugins check_cluster Of course such a service defined with check_cluster can be used in a business process. Bernd |
|
From: Helge W. <he...@wa...> - 2008-06-26 11:11:06
|
Hi, I was wondering if it would be interesting to have the following logical expression: <host-A>:<service-A> (WARNING) & <host-B>:<service-B> (WARNING) => NBP=(CRITICAL) br hw |
|
From: Michael P. <MPr...@ba...> - 2008-03-05 08:11:35
|
hi, have you restarted your apache? where have you inserted the alias and directory directives? they should be between <IfModule mod_alias.c> and </IfModule>. regards, michael -- Michael Prochaska, Technical Services / IT-Infrastruktur Bacher Systems EDV GmbH FN 54202i, Handelsgericht Wien Clemens-Holzmeister-Strasse 4 A-1100 Wien, Business Park Vienna, Austria phone: +43 (1) 60 126-34 | fax: +43 (1) 60 126-4 e-mail: MPr...@ba... | web: www.bacher.at -----Original Message----- From: nag...@li... [mailto:nag...@li...] On Behalf Of Rusty Hall Sent: Tuesday, March 04, 2008 10:46 PM To: nag...@li... Subject: [NagiosBP-Users] Help I downloaded and followed the instructions. I have no clue as to what went wrong. Ill list my install directories for help if possible: /usr/local/nagios/share/nagios-ext/ I change the config files to point back to this location as well as the /var/log/httpd/nagios_bp.sessions/ I added the script alias as follows: ScriptAlias /nagios-ext/cgi-bin /usr/local/nagios/share/nagios-ext/sbin <Directory "/usr/local/nagios/share/nagios-ext/sbin"> Options ExecCGI AllowOverride None Order allow,deny Allow from all AuthName "Nagios Access" AuthType Basic AuthUserFile /usr/local/nagios/etc/htpasswd.users Require valid-user </Directory> Alias /nagios-ext /usr/local/nagios/share/nagios-ext/share <Directory "/usr/local/nagios/share/nagios-ext/share"> Options None AllowOverride None Order allow,deny Allow from all AuthName "Nagios Access" AuthType Basic AuthUserFile /usr/local/nagios/etc/htpasswd.users Require valid-user </Directory> If I run the following command I do not get any errors /usr/local/nagios/share/nagios-ext/bin/bp_cfg2service_cfg.pl If I go to either url added to side.html I get HTTP 404 - File not found http://server-ip/nagios/cgi-bin/nagios-bp.cgi (a href="/nagios/cgi-bin/nagios-bp.cgi?mode=bi") ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ NagiosBP-Users mailing list Nag...@li... https://lists.sourceforge.net/lists/listinfo/nagiosbp-users |
|
From: Rusty H. <rus...@he...> - 2008-03-04 21:45:53
|
I downloaded and followed the instructions. I have no
clue as to what went wrong. Ill list my install directories for help
if possible:
/usr/local/nagios/share/nagios-ext/
I change the config files to point back to this location as well as the
/var/log/httpd/nagios_bp.sessions/
I added the script alias as follows:
ScriptAlias /nagios-ext/cgi-bin /usr/local/nagios/share/nagios-ext/sbin
<Directory "/usr/local/nagios/share/nagios-ext/sbin">
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
Alias /nagios-ext /usr/local/nagios/share/nagios-ext/share
<Directory "/usr/local/nagios/share/nagios-ext/share">
Options None
AllowOverride None
Order allow,deny
Allow from all
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
If I run the following command I do not get any errors
/usr/local/nagios/share/nagios-ext/bin/bp_cfg2service_cfg.pl
If I go to either url added to side.html I get HTTP 404 - File not
found
http://server-ip/nagios/cgi-bin/nagios-bp.cgi (a
href="/nagios/cgi-bin/nagios-bp.cgi?mode=bi")
|
|
From: Bernd S. <be...@us...> - 2008-02-20 19:52:14
|
Hello everybody out there, now we've got a mailinglist. I hope the time for answering support calls will get shorter again now, because more than one person is able to answer. Further I hope we will get a little bit communication between all the users of the Nagios Business Process AddOns. Have a lot of fun using the software and this list. Best regards, Bernd Stroessenreuther |