Re: Nagiosgraph, some rrd files missing for some servers.
Posted: Fri Feb 26, 2016 12:51 pm
I think I've worked out what is happening here. When I select GraphByService from the web page, I then select my service to graph and it graphs all hosts which match a particular volume structure, /, /tmp.data, /home/username, and /srv.data.
About ten servers match this structure and their graphs are displayed. At the top right of the page is a + symbol which opens out a selection list where i can select data sets however I can't clear the pre-loaded sets. For the servers not displaying graphs, their disk structures differ. How can I alter the displayed data sets?
I think the real problem here is that the data sets measured are dynamic and change for each server, the graph by server list just seems to look at the first server and assume that all graphs for that service will have the same data sets.
The out message from server1 for the service (custom check disk) is
DISK OK - '/'=45% '/tmp'=1% '/srv'=59% '/home/myname'=9% '/srv/backup'=52%
perfdata is '/'=45% '/tmp'=1% '/srv'=59% '/home/myname'=9% '/srv/backup'=52%
The output from the second server has the same disk structure as the first and therefore the same datasets and consequently the same rrd files for the service check. The third server outputs this perfdata:
'/'=35% '/tmp'=1%
The graph list for this service (Graphs By Service) complains that the third server is missing 3 rrd file names which correspond with the datasets not included on the third server. Only this page is affected.
This link looks like the problem. https://sourceforge.net/p/nagiosgraph/d ... /4d42186b/
About ten servers match this structure and their graphs are displayed. At the top right of the page is a + symbol which opens out a selection list where i can select data sets however I can't clear the pre-loaded sets. For the servers not displaying graphs, their disk structures differ. How can I alter the displayed data sets?
I think the real problem here is that the data sets measured are dynamic and change for each server, the graph by server list just seems to look at the first server and assume that all graphs for that service will have the same data sets.
The out message from server1 for the service (custom check disk) is
DISK OK - '/'=45% '/tmp'=1% '/srv'=59% '/home/myname'=9% '/srv/backup'=52%
perfdata is '/'=45% '/tmp'=1% '/srv'=59% '/home/myname'=9% '/srv/backup'=52%
The output from the second server has the same disk structure as the first and therefore the same datasets and consequently the same rrd files for the service check. The third server outputs this perfdata:
'/'=35% '/tmp'=1%
The graph list for this service (Graphs By Service) complains that the third server is missing 3 rrd file names which correspond with the datasets not included on the third server. Only this page is affected.
This link looks like the problem. https://sourceforge.net/p/nagiosgraph/d ... /4d42186b/