Search found 48 matches

by GreatWolfResorts
Tue Jun 07, 2016 10:43 am
Forum: Nagios XI
Topic: RRD files not generating
Replies: 7
Views: 627

Re: RRD files not generating

Looks like we're using mrtg-2.16.2
by GreatWolfResorts
Tue May 24, 2016 3:06 pm
Forum: Nagios XI
Topic: RRD files not generating
Replies: 7
Views: 627

Re: RRD files not generating

Wow. Sorry I'm getting back to this so late. It's been a rough month. Here is the output:

Code: Select all

ERROR: unable to open include file: conf.d/*.cfg
by GreatWolfResorts
Wed Apr 20, 2016 4:59 pm
Forum: Nagios XI
Topic: RRD files not generating
Replies: 7
Views: 627

Re: RRD files not generating

Apologies for such a late response to this. The last couple weeks have been a little chaotic. In answer to your questions:

- You are correct, Network / Switch wizard.
- New checks to new network devices
- Confirmed errors of rrd does not exist.

Dan
by GreatWolfResorts
Tue Apr 05, 2016 10:19 am
Forum: Nagios XI
Topic: RRD files not generating
Replies: 7
Views: 627

RRD files not generating

We're having a problem where the RRD files are not generating for newly created network checks using the wizard. I vaguely remember something like this happening in the past after an upgrade of the XI environment. I believe the outcome was to create a new instance of the MRTG component on the server...
by GreatWolfResorts
Sat Apr 02, 2016 10:40 pm
Forum: Nagios XI
Topic: Monitoring windows process age
Replies: 3
Views: 823

Re: Monitoring windows process age

For those who may be interested in a similar check, I've put together a powershell script and used NRPE to call it from the server hosting the processes in question. Here are the pieces: Powershell Script: $wlevel = (get-date).AddDays(-2).ToString("G") $clevel = (get-date).AddDays(-5).ToSt...
by GreatWolfResorts
Fri Apr 01, 2016 11:32 am
Forum: Nagios XI
Topic: Monitoring windows process age
Replies: 3
Views: 823

Monitoring windows process age

Is there a way I can monitor a windows server for a particular process that is running too long? We have session processes in a specific application which can sometimes become orphaned but remain intensive against the CPU and databases. This causes us to have to routinely check for said session proc...
by GreatWolfResorts
Mon May 05, 2014 10:24 am
Forum: Nagios XI
Topic: Performance Data Not Working
Replies: 12
Views: 923

Re: Performance Data Not Working

I don't understand what happened between then and now, but it appears the graphs started displaying performance data late Friday evening. The logs in Debug mode are displaying what I would think is expected results. So I suppose this is a rather fortunate (Graphs are working as intended), but unfort...
by GreatWolfResorts
Fri May 02, 2014 2:26 pm
Forum: Nagios XI
Topic: Performance Data Not Working
Replies: 12
Views: 923

Re: Performance Data Not Working

I added a new host and disk space check to the server. Performance data is trending properly and displaying on the graphs.
by GreatWolfResorts
Fri May 02, 2014 1:54 pm
Forum: Nagios XI
Topic: Performance Data Not Working
Replies: 12
Views: 923

Re: Performance Data Not Working

The performance graphs are displaying historical data to the point when the backup was made. Nothing further. Image is attached. [root@gwr-noc init.d]# ll -d /usr/local/nagios/share/perfdata/ drwxrwxr-x 595 nagios nagios 20480 Apr 10 13:26 /usr/local/nagios/share/perfdata/ [root@gwr-noc init.d]# ll ...
by GreatWolfResorts
Fri May 02, 2014 1:06 pm
Forum: Nagios XI
Topic: Performance Data Not Working
Replies: 12
Views: 923

Re: Performance Data Not Working

[root@gwr-noc /]# ls /usr/local/nagios/var/spool/perfdata | wc -l 0 [root@gwr-noc /]# ls /usr/local/nagios/var/spool/checkresults | wc -l 6 [root@gwr-noc /]# ls /usr/local/nagios/var/spool/xidpe | wc -l 0 I haven't used a RAM disk with either system. This is happening on all performance data, not j...