Search found 4 matches

by fantyz
Wed May 30, 2012 12:33 am
Forum: Nagios XI
Topic: Making graphs
Replies: 3
Views: 1066

Re: Making graphs

For a given service, the amount of datasets is constant. I'm not trying to add or remove values from the check script while its running. This means there will always be 3 datasets in $DS - and the for loop will always return the same amount of entries in $DEF and $OPT. I can't see what you possibly ...
by fantyz
Sat May 26, 2012 5:08 am
Forum: Nagios XI
Topic: Making graphs
Replies: 3
Views: 1066

Making graphs

I've written my own perl script to return status from a server of mine. It is running just fine (ie. performance data: val1=1; val2=5; val3=10). Using templates.dist/default.php this gives me 3 graphs (as I would expect). Now this problem I have is, that I wish to make one more graph that has all 3 ...
by fantyz
Mon May 21, 2012 11:57 pm
Forum: Nagios XI
Topic: Graphs
Replies: 3
Views: 964

Re: Graphs

Both combined and aggregated graphs?
by fantyz
Sat May 19, 2012 4:51 am
Forum: Nagios XI
Topic: Graphs
Replies: 3
Views: 964

Graphs

Hello, I have the same set of custom checks running on many servers. To get an overview of these results I use the autogenerated graphs. This is great, but because I have multiple checks and many servers the amount of graphs is getting too big for it to really function well anymore. Isen't it possib...