[icinga-users] Business Director Stack Overflow

2017-10-13 Thread Garrett Pye
Curious if anyone has seen this overflow error using Business Director. This error only happens with one of the host templates deployed. [image: Inline image 2] ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/

Re: [icinga-users] Required argument to run custom plugin as sudo/root

2017-07-21 Thread Garrett Pye
ALL # # Disable "ssh hostname sudo ", because it will show the password in clear. # You have to run "ssh -t hostname sudo ". # Defaults!requiretty On Thu, Jul 20, 2017 at 10:51 PM, Gerald Vogt wrote: > > > On 20.07.17 20:50, Garrett Pye wrote: > >

[icinga-users] Required argument to run custom plugin as sudo/root

2017-07-20 Thread Garrett Pye
Existing Linux server environment already has custom PERL plugins established reporting to Nagios via NRPE. In setting up Icinga environment to invoke the same utilities do these have to migrate to the /usr/lib64/nagios/plugins directory or can they be run on the server itself? (I assume that would

Re: [icinga-users] Hosts not showing in Icingaweb after restart

2017-07-19 Thread Garrett Pye
You have got to be kidding!? That was the issue and now host is showing up. Completely overlooked the obvious. Thank you //Garrett On Wed, Jul 19, 2017 at 11:15 AM, Gerald Vogt wrote: > On 19.07.17 19:05, Garrett Pye wrote: > >> *[root@bcv-devops-icinga icinga2]# icing

Re: [icinga-users] Hosts not showing in Icingaweb after restart

2017-07-19 Thread Garrett Pye
* http % = modified in '/etc/icinga2/conf.d/hosts.conf', lines 30:3-32:3 * http_uri = "/" * notification * mail % = modified in '/etc/icinga2/conf.d/hosts.conf', lines 47:3-50:3 * groups = [ "icingaadmins" ] * os

[icinga-users] Hosts not showing in Icingaweb after restart

2017-07-19 Thread Garrett Pye
Little confused about why new hosts in /etc/icinga2/conf.d/ directory are not showing up after restart. Does each host need its own .conf file or are they supposed to be configured in the one hosts.conf file? Disabled features: compatlog debuglog gelf graphite influxdb opentsdb perfdata statusdata

[icinga-users] Icinga Director unhandled service notification

2017-07-17 Thread Garrett Pye
Testing Icinga Director and wanted to ask if anyone came across any documentation on how to utilize existing NRPE Nagios plugins in Icinga Director. Below is the one such plugin code I am trying to implement but in running the command in the host it does not do anything and shows as "unhandled." I

Re: [icinga-users] Unable to get Graphite Web2 module working

2017-03-24 Thread Garrett Pye
What does your config.ini file look like? //Garrett On Fri, Mar 24, 2017 at 3:58 PM Michael Martinez wrote: > I've installed the graphite web2 module, but it's throwing the following > errors: > > file_get_contents(monitoring:username:password@graphiteserver > /metrics/find?query=icinga2.ec2-xx

[icinga-users] Grafana module in Icingaweb2

2017-03-22 Thread Garrett Pye
Is anyone using Grafana to graph metrics? Based on the example from https://github.com/vshn/icingaweb2-module-grafana, Icinga web interface does not seem to display the proper graph, rather it only displays one of grafana graphs from the default dashboard. There are multiple hosts and services da

[icinga-users] Business Process module _unbound_ error

2017-03-02 Thread Garrett Pye
Recently installed Business Process for icingaweb2. Had started to config and create a business process, but received the following error when I needed to make a change to a host: [image: Inline image 1] *Downloaded from:* https://github.com/Icinga/icingaweb2-module-businessprocess *Using PHP

Re: [icinga-users] "No Data" using Graphite module

2017-02-15 Thread Garrett Pye
t;icinga.$host.name$.$service.name$" On Tue, Feb 14, 2017 at 10:57 PM, Danny Heinrich < volleyballl...@googlemail.com> wrote: > Hey, > > you should replace your > > base_url=[graphite.com] > with > base_url=[graphite host IP] > > > Am 14.02.2017 um 22:50 schrie

[icinga-users] "No Data" using Graphite module

2017-02-14 Thread Garrett Pye
Have a couple questions on the graphite module. Seems there is a piece missing to get information into Graphite before information can be pulled. Not clear from either GitHub documentation if that information has to be configured in the config.ini file or the graphite.conf file. $ cat config.ini

Re: [icinga-users] Two iteration of Graphite module and perfdata

2017-02-06 Thread Garrett Pye
Error message when selecting Graphite action [image: Inline image 1] On Mon, Feb 6, 2017 at 2:11 PM, Garrett Pye wrote: > There seems to be two different iterations of how to install and run the > Graphite module. Have attempted to run both but neither is connecting to > our existing

[icinga-users] Two iteration of Graphite module and perfdata

2017-02-06 Thread Garrett Pye
There seems to be two different iterations of how to install and run the Graphite module. Have attempted to run both but neither is connecting to our existing Graphite host/server to send, pull data, and graph display properly. One states we need to update /opt/graphite/conf/ while the other does n

[icinga-users] Bug? "Backend icinga is not running"

2017-02-02 Thread Garrett Pye
Completed set up Icingaweb2 onto a CentOS 7 platform. After logging into web noticed error message "Backend icinga is not running Process Info Program Version v2.6.1 Program Start Time 2017-02-02 09:21:31 Last Status Update at 09:36 Last External Command Check at 09:36 Last Log File Rotation N/A

Re: [icinga-users] Defining multiple services or importing from a single conf file.

2017-01-31 Thread Garrett Pye
g in .conf and processes their contents. These were key to me to know this. I have been working in a backwards way with the .conf files and now the interaction is clear. //Garrett On Mon, Jan 30, 2017 at 1:48 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Monday 30 Janu

[icinga-users] Defining multiple services or importing from a single conf file.

2017-01-30 Thread Garrett Pye
Little confused about the usage of multiple services in a host file. Below is a sample from one host file where intent is the automate duplication for 308 servers all with different host_names. To invoke each service does the host.conf file have to have each service separate? My confusion with wor

Re: [icinga-users] Check_Interface dependances

2017-01-27 Thread Garrett Pye
Thank you. I had thought of just making the directory but wanted to first confirm this plugin did not require the Nagios core. Appreciate it. //Garrett On Fri, Jan 27, 2017 at 8:20 AM, Gerald Vogt wrote: > On 27/01/2017 16:01, Garrett Pye wrote: > >> Want to confirm if Nagios core

[icinga-users] Check_Interface dependances

2017-01-27 Thread Garrett Pye
Want to confirm if Nagios core is required to invoke check_interface service. When navigate to required information and install, the installation fails at: https://git.netways.org/plugins/check_interfaces *Fail message* strip check_interfaces /usr/bin/install -c -t /usr/local/nagios/libexec chec

[icinga-users] Graphite Addon for Icingaweb2

2017-01-25 Thread Garrett Pye
Expanding Icingaweb2 to include Graphite graphing module. Want to confirm the best practice installation should come from GitHub source: https://github.com/findmypast/icingaweb2-module-graphite or from the Graphite source. https://graphite.readthedocs.io/en/latest/install-source.html Through th

Re: [icinga-users] Business Process module

2017-01-24 Thread Garrett Pye
It is far, FAR better. And scheduled to be tagged v2.0.0 stable tomorrow > ;-) Not kidding: > > https://github.com/Icinga/icingaweb2-module-businessprocess/milestones > > Cheers, > Thomas > > Am 24.01.2017 um 17:31 schrieb Garrett Pye: > > Downloaded module from Ic

Re: [icinga-users] Business Process module

2017-01-24 Thread Garrett Pye
sing a pretty dated version of > this module, where did you get the ZIP file from? > > Cheers, > Thomas > > Am 24.01.2017 um 16:44 schrieb Garrett Pye: > > Confirmed the module unzipped and installed in suggested path. After > > enabling the module, received the followi

Re: [icinga-users] Business Process module

2017-01-24 Thread Garrett Pye
Kernel: Linux Kernel version: 4.4.0-59-generic Architecture: x86_64 Build information: Compiler: GNU 5.4.0 Build host: lcy01-03 On Mon, Jan 23, 2017 at 4:26 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Monday 23 January 2017 at 23:50:43, Antony Sto

[icinga-users] Business Process module

2017-01-23 Thread Garrett Pye
Apologize to ask a basic question. The Business Module is an essential tools want to use in lab testing before production. However, after unzipping the file the feature is not available to enable/disable. What did I miss from the readme file? https://github.com/Icinga/icingaweb2-module-businesspr

Re: [icinga-users] LinuxMint OS compatibility with Icinga-web/Icinga2-web

2017-01-20 Thread Garrett Pye
e request and provide insights which package > dependencies must be changed or adopted? We may then discuss how to make it > happen in such a GitHub issue. Best would be one for icinga2 & icingaweb2 > :-) > > Thanks a lot & kind regards, > Michael > > > On 20 Jan

[icinga-users] LinuxMint OS compatibility with Icinga-web/Icinga2-web

2017-01-19 Thread Garrett Pye
Would like to confirm that the LinuxMint OS is compatible with Icinga-web. Having multiple issues attempting to download icinga-web via repository and backports (Jessie) for the dependences. I have Icinga install and so far it is performing as expected. However, just the issue with icinga-web is pe

[icinga-users] Icingaweb2 Setup query

2017-01-11 Thread Garrett Pye
Have gone through the following docs to upgrade/install to Icinga Web 2. However, once launched the required URL to get the setup wizard received the following page error: *https://github.com/Icinga/icingaweb2/blob/master/doc/02-Installation.md Thanks //Garrett __

Re: [icinga-users] Unmet dependences Icinga2

2017-01-10 Thread Garrett Pye
Not using Debian like I thought. Operating System: Linux Mint 18.1 Kernel: Linux 4.4.0-53-generic Architecture: x86-64 On Tue, Jan 10, 2017 at 9:42 AM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Tuesday 10 January 2017 at 17:32:33, Garrett

[icinga-users] Unmet dependences Icinga2

2017-01-10 Thread Garrett Pye
Greetings Started to download and install Icinga to lab test migrating away from Nagios. In the installation of Icinga2, there are several "unmet dependencies" I keep receiving regardless of navigating through the documentation. Is there a current package that has all the required repos for Incing