grep "^cfg_" icinga.cfg have done this to no avail.
-----Original Message-----
From: [email protected]
[mailto:[email protected]]
Sent: Monday, March 04, 2013 12:28 PM
To: [email protected]
Subject: icinga-users Digest, Vol 47, Issue 6
Send icinga-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/icinga-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific than "Re:
Contents of icinga-users digest..."
Today's Topics:
1. Re: icinga host config or adding new objects (Wolfgang)
2. Re: icinga host config or adding new objects (Wolfgang)
3. Re: icinga-users Digest, Vol 47, Issue 5 (Mike Dopp)
----------------------------------------------------------------------
Message: 1
Date: Mon, 04 Mar 2013 20:02:37 +0100
From: Wolfgang <[email protected]>
Subject: Re: [icinga-users] icinga host config or adding new objects
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Am 04.03.2013 19:31, schrieb Mike Dopp:
>
> Using Ubuntu 12.10 server. icinga with idoutils and icinga-web (Latest
> (1.8)).
>
> Have ability to see hosts if I add them in the localhost_icinga.cfg
>
> however from my understanding you can create a host.cfg based on systems.
>
> example: windows.cfg to monitor all windows machines via NSclient++
> (similar to Nagios)
>
> Everytime I create a new host.cfg icinga either gives me a duplicate
> error or it does not like the define host line.
>
> Example: (localhost_icinga.cfg/working/)
>
> define host{
>
> use generic-host
>
> host_name mikedoppdesk
>
> alias mikedoppdesk
>
> address 192.168.0.56 }
>
> However if I create a windows.cfg
>
> Example:
>
> define host{
>
> use windows
>
> host_name mikedoppdesk
>
> alias mikedoppdesk
>
> address 192.168.0.56
>
> }
>
> and use: /usr/sbin/icinga -v /etc/icinga/icinga.cfg
>
> output error line 1 windows.cfg or duplicate errors.
>
> *icinga is installed on /etc/icinga/ The objects are located in the
> /etc/icinga/objects folder with templates and such.
>
> I currently want to get this setup for multiple windows servers, Red
> Hat servers and numerous switches.
>
> What is the best way to accomplish this?
>
> Do I create a windows.cfg, Ubuntu.cfg, switch.cfg, router.cfg,
>
> Please advise. Possibly the hierarchy of how icinga understands the
> config files.
>
> Does it require me to edit the hosts file for ever host?
>
> I have been chasing the icinga web docs trying to get a straight answer.
>
> I know I am missing something critical but cannot find rhyme or reason.
>
> Please educate. Thanks in advance.
>
Please take a look at http://docs.icinga.org/latest/en/config.html
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Mon, 04 Mar 2013 20:09:53 +0100
From: Wolfgang <[email protected]>
Subject: Re: [icinga-users] icinga host config or adding new objects
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Am 04.03.2013 20:00, schrieb Gerd Radecke:
> On 04.03.2013 19:31, Mike Dopp wrote:
>>
>
> can you post your full icinga.cfg
grep "^cfg_" icinga.cfg
would be sufficient ;-)
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Mon, 4 Mar 2013 12:28:14 -0700
From: Mike Dopp <[email protected]>
Subject: Re: [icinga-users] icinga-users Digest, Vol 47, Issue 5
To: "[email protected]"
<[email protected]>
Message-ID: <45DDFF0831798249B6D4D4AE94ADD57518AF6C5FF6@svrslcmx1>
Content-Type: text/plain; charset="us-ascii"
As Requested. Attached is the cfg files. As well as a screenshot.
-----Original Message-----
From: [email protected]
[mailto:[email protected]]
Sent: Monday, March 04, 2013 12:01 PM
To: [email protected]
Subject: icinga-users Digest, Vol 47, Issue 5
Send icinga-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/icinga-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific than "Re:
Contents of icinga-users digest..."
Today's Topics:
1. Re: Fwd: Getting error prompt to check log when get login
with user = root (Markus Frosch)
2. icinga host config or adding new objects (Mike Dopp)
3. Re: icinga host config or adding new objects (Gerd Radecke)
----------------------------------------------------------------------
Message: 1
Date: Mon, 4 Mar 2013 16:49:08 +0100
From: Markus Frosch <[email protected]>
Subject: Re: [icinga-users] Fwd: Getting error prompt to check log
when get login with user = root
To: [email protected]
Message-ID:
<capcblkm6vocehakt12zlmaufc+z4o_mt1bjubp4xfwmarxk...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hey,
> Below the complete auth.xml file :
The error means that your ldap_basedn is incorrect.
I guess that "dc=test,dc=com" has been replaced for testing? The original
content should cause that error.
The LDAP provider is also called for internal authentication, the auth handling
is doing a cascaded authentication to allow multiple providers.
-Markus
--
Markus Frosch
[email protected]
http://www.lazyfrosch.de
------------------------------
Message: 2
Date: Mon, 4 Mar 2013 11:31:27 -0700
From: Mike Dopp <[email protected]>
Subject: [icinga-users] icinga host config or adding new objects
To: "[email protected]"
<[email protected]>
Message-ID: <45DDFF0831798249B6D4D4AE94ADD57518AF6C5FDC@svrslcmx1>
Content-Type: text/plain; charset="us-ascii"
Using Ubuntu 12.10 server. icinga with idoutils and icinga-web (Latest (1.8)).
Have ability to see hosts if I add them in the localhost_icinga.cfg
however from my understanding you can create a host.cfg based on systems.
example: windows.cfg to monitor all windows machines via NSclient++ (similar to
Nagios)
Everytime I create a new host.cfg icinga either gives me a duplicate error or
it does not like the define host line.
Example: (localhost_icinga.cfg working)
define host{
use generic-host
host_name mikedoppdesk
alias mikedoppdesk
address 192.168.0.56 }
However if I create a windows.cfg
Example:
define host{
use windows
host_name mikedoppdesk
alias mikedoppdesk
address 192.168.0.56
}
and use: /usr/sbin/icinga -v /etc/icinga/icinga.cfg
output error line 1 windows.cfg or duplicate errors.
*icinga is installed on /etc/icinga/ The objects are located in the
/etc/icinga/objects folder with templates and such.
I currently want to get this setup for multiple windows servers, Red Hat
servers and numerous switches.
What is the best way to accomplish this?
Do I create a windows.cfg, Ubuntu.cfg, switch.cfg, router.cfg,
Please advise. Possibly the hierarchy of how icinga understands the config
files.
Does it require me to edit the hosts file for ever host?
I have been chasing the icinga web docs trying to get a straight answer.
I know I am missing something critical but cannot find rhyme or reason.
Please educate. Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Mon, 04 Mar 2013 20:00:33 +0100
From: Gerd Radecke <[email protected]>
Subject: Re: [icinga-users] icinga host config or adding new objects
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
On 04.03.2013 19:31, Mike Dopp wrote:
>
> Using Ubuntu 12.10 server. icinga with idoutils and icinga-web (Latest
> (1.8)).
>
> Have ability to see hosts if I add them in the localhost_icinga.cfg
>
> however from my understanding you can create a host.cfg based on systems.
>
> example: windows.cfg to monitor all windows machines via NSclient++
> (similar to Nagios)
>
> Everytime I create a new host.cfg icinga either gives me a duplicate
> error or it does not like the define host line.
>
Hi Mike,
can you post your full icinga.cfg and the full output of /usr/sbin/icinga -v
/etc/icinga/icinga.cfg?
it might be possible that your windows.cfg get parsed twice.
> Example: (localhost_icinga.cfg/working/)
>
> define host{
>
> use generic-host
>
> host_name mikedoppdesk
>
> alias mikedoppdesk
>
> address 192.168.0.56 }
>
> However if I create a windows.cfg
>
> Example:
>
> define host{
>
> use windows
>
> host_name mikedoppdesk
>
> alias mikedoppdesk
>
> address 192.168.0.56
>
> }
>
> and use: /usr/sbin/icinga -v /etc/icinga/icinga.cfg
>
> output error line 1 windows.cfg or duplicate errors.
>
> *icinga is installed on /etc/icinga/ The objects are located in the
> /etc/icinga/objects folder with templates and such.
>
> I currently want to get this setup for multiple windows servers, Red
> Hat servers and numerous switches.
>
> What is the best way to accomplish this?
>
> Do I create a windows.cfg, Ubuntu.cfg, switch.cfg, router.cfg,
>
> Please advise. Possibly the hierarchy of how icinga understands the
> config files.
>
> Does it require me to edit the hosts file for ever host?
>
> I have been chasing the icinga web docs trying to get a straight answer.
>
> I know I am missing something critical but cannot find rhyme or reason.
>
> Please educate. Thanks in advance.
>
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free
today:
http://p.sf.net/sfu/appdyn_d2d_feb
------------------------------
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users
End of icinga-users Digest, Vol 47, Issue 5
*******************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icinga.cfg
Type: application/octet-stream
Size: 49002 bytes
Desc: icinga.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: windows.cfg
Type: application/octet-stream
Size: 356 bytes
Desc: windows.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: windowscfgError.PNG
Type: image/png
Size: 59859 bytes
Desc: windowscfgError.PNG
------------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free
today:
http://p.sf.net/sfu/appdyn_d2d_feb
------------------------------
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users
End of icinga-users Digest, Vol 47, Issue 6
*******************************************
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users