Search found 69 matches

by Pitone_Maledetto
Wed Jun 13, 2018 10:15 am
Forum: Open Source Nagios Projects
Topic: Event Handler stopped working!
Replies: 10
Views: 5575

Re: Event Handler stopped working!

Hi Scott,

so passing $SERVICESTATE$ like so?

Code: Select all

# What state is the service in?
case "$SERVICESTATE$" in
OK)
    # The service just came back up, so don't do anything...
    ;;
would not that achieve the same?
by Pitone_Maledetto
Wed Jun 13, 2018 8:47 am
Forum: Open Source Nagios Projects
Topic: Event Handler stopped working!
Replies: 10
Views: 5575

Event Handler stopped working!

Hi all, I had an event handler which worked fine until a couple of days ago and I can't understand why. If anyone can help me I would be grateful. This is the error: [1528896858] SERVICE ALERT: stag-hr-gal-gw-01;LService;CRITICAL;HARD;1;LService is stopped and can be resumed, trying to restart it [1...
by Pitone_Maledetto
Thu Nov 16, 2017 4:11 am
Forum: Open Source Nagios Projects
Topic: Step missing from documentation
Replies: 5
Views: 3205

Re: Step missing from documentation

Hi Box293, the user is the same www-data. No sure about the re-write. This is my nginx configuration file for nagios. Not sure if you are interested in testing it and have a documentation for nagios/nginx as well as the nagios/apache2 one. server { server_name nagios; access_log /var/log/nginx/nagio...
by Pitone_Maledetto
Wed Nov 15, 2017 4:13 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.3.4 and mod-gearman
Replies: 12
Views: 7548

Re: Nagios 4.3.4 and mod-gearman

Ok so, I have tried on Debian 9.2, Nagios 4.3.4 to install mod-gearman. From source From Debian packages From unofficial packages provided by mod-gearman A mix of the above I have re-compiled with the nagios 4 headers but nothing seems to work for me. I have decided to drop mod-gearman because I hav...
by Pitone_Maledetto
Wed Nov 15, 2017 4:05 am
Forum: Open Source Nagios Projects
Topic: Step missing from documentation
Replies: 5
Views: 3205

Re: Step missing from documentation

Hi npolovenko,
I am on Debian 9.2, clean install serving Nagios with Nginx.
The permissions where nagios:nagios.
Thanks
by Pitone_Maledetto
Mon Nov 13, 2017 9:23 am
Forum: Open Source Nagios Projects
Topic: Step missing from documentation
Replies: 5
Views: 3205

Step missing from documentation

Hi all, this documentation https://support.nagios.com/kb/article.php?id=96#Debian is missing an important step. chown -R nagios:www-data /usr/local/nagios/var/rw/ without this every time you are requesting a check via the web console (rescheduling) you get the following error: Could not open command...
by Pitone_Maledetto
Wed Oct 11, 2017 3:23 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.3.4 and mod-gearman
Replies: 12
Views: 7548

Re: Nagios 4.3.4 and mod-gearman

It would be great for Nagios to explore an in house "mod-gearman" solution for load distribution and scalable architecture.
by Pitone_Maledetto
Tue Oct 10, 2017 3:18 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.3.4 and mod-gearman
Replies: 12
Views: 7548

Re: Nagios 4.3.4 and mod-gearman

Hi danjoh, in my first post when I said that I have compiled mod-gearman using the lib and headers files of Nagios 4 I was indeed following your instructions :) I have read and tried more or less everything before venting here for help. I will try again. Do you have yours working fine? Is it on Debi...
by Pitone_Maledetto
Tue Oct 10, 2017 3:06 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.3.4 and mod-gearman
Replies: 12
Views: 7548

Re: Nagios 4.3.4 and mod-gearman

Hi cdienger, I am working with VMWare. I have a couple of VMs with snapshots of clean Debian 9 with a working instance of Nagios Core 4.3.4 to which I am reverting to whenever I need to re-install mod-gearman again. So I think my environment might have nothing to do with it. As of now my opinion of ...
by Pitone_Maledetto
Mon Oct 09, 2017 6:14 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.3.4 and mod-gearman
Replies: 12
Views: 7548

Nagios 4.3.4 and mod-gearman

Hi all, I am writing this because I have tried everything to make Nagios and mod-gearman working but to not avail. I have installed it several times using the provided .deb files ( https://labs.consol.de/repo/stable/debian/dists/stretch/main/binary-amd64/ ), I have installed using the apt sources fr...