Search found 18 matches

by Deadringers
Tue Sep 06, 2016 4:03 am
Forum: Open Source Nagios Projects
Topic: Nagios Graph not showing correct critical and warning values
Replies: 2
Views: 1199

Nagios Graph not showing correct critical and warning values

Hey all, I've set the critical and warning values in my Checknrpe check load to be 2 and 4 define service { use generic-service,nagiosgraph host_name host1234 service_description Load contact_groups admins check_command check_nrpe!load!2!4 } But in Nagios graph it shows the critical/warning values a...
by Deadringers
Fri Dec 04, 2015 11:23 am
Forum: Open Source Nagios Projects
Topic: After update to 4.1.1 Nagios is very ugly
Replies: 6
Views: 3338

Re: After update to 4.1.1 Nagios is very ugly

Thanks back to how it was!

Agreed, very odd!

Thanks :D
by Deadringers
Fri Dec 04, 2015 10:46 am
Forum: Open Source Nagios Projects
Topic: After update to 4.1.1 Nagios is very ugly
Replies: 6
Views: 3338

Re: After update to 4.1.1 Nagios is very ugly

Hey thanks for the response(s). Yes my Nagios install looked like your screenshot before it turned into this. I got it from the Nagios website. Do you have a list of CSS files I can re-add or something like that? I didn't make any changes, as stated I just configure/make/install as per usual when up...
by Deadringers
Fri Dec 04, 2015 5:05 am
Forum: Open Source Nagios Projects
Topic: After update to 4.1.1 Nagios is very ugly
Replies: 6
Views: 3338

After update to 4.1.1 Nagios is very ugly

I don't know how else to put it other than ugly!

All I did was wget the new version, configure, make all and then install.?

Any ideas what I did wrong or how I can put it back to how it was?


Screenshot attached.
by Deadringers
Tue Sep 22, 2015 4:10 pm
Forum: Open Source Nagios Projects
Topic: NRPE and Server 2012R2 not working together
Replies: 5
Views: 3768

Re: NRPE and Server 2012R2 not working together

Yeah all good thanks for the response people!
by Deadringers
Tue Sep 22, 2015 3:51 pm
Forum: Open Source Nagios Projects
Topic: NRPE and Server 2012R2 not working together
Replies: 5
Views: 3768

Re: NRPE and Server 2012R2 not working together

I tell a Lie.... I double checked the configs and it seemed there was some difference... no idea how/why but I copied the working config over to the non-working config and it's all working now:) Config on Server 2012R2 that worked for me: # If you want to fill this file with all avalible options run...
by Deadringers
Tue Sep 22, 2015 3:41 pm
Forum: Open Source Nagios Projects
Topic: NRPE and Server 2012R2 not working together
Replies: 5
Views: 3768

NRPE and Server 2012R2 not working together

Hi all, I've installed NRPE on the Nagios server and have some checks running but none of them are executing on the remote server. Nagios Server is Centos 7 box NS Client is Windows Server 2012R2. There are two issues: 1: Windows firewall is blocking the connection and not allowing things through, d...
by Deadringers
Thu Oct 31, 2013 9:25 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 MK Livestatus not working
Replies: 3
Views: 3016

Re: Nagios 4 MK Livestatus not working

mickem wrote:Not sure about the official version but from what I heard Op5 has a version of livestatus which works with Nagios 4: https://github.com/op5/livestatus

// Michael Medin

Thank you for posting that up!

I'll have a go with it within the next few days and report back my findings here.
by Deadringers
Thu Oct 31, 2013 8:07 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 MK Livestatus not working
Replies: 3
Views: 3016

Nagios 4 MK Livestatus not working

Hi there, It seems that mk livestatus has not been updated to work with nagios 4. I have joined mk live mailing list and asked the question so will post here when i know more. here is the bug tracker: http://tracker.nagios.org/bug_view_advanced_page.php?bug_id=509 If you have any new or updates on t...
by Deadringers
Tue Jun 04, 2013 3:52 am
Forum: Open Source Nagios Projects
Topic: Host/service trend graphs not working?
Replies: 10
Views: 4687

Re: Host/service trend graphs not working?

SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ 01 * * * * root run-parts /etc/cron.hourly # Run system wide raid-check once a week on Sunday at 1am by default 0 1 * * Sun root /usr/sbin/raid-check # Run system activity accounting tool every 10 minutes */10 * * * * root /usr/li...