Search found 4 matches
- 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 ...
- 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 ...
Re: Graphs
Both combined and aggregated graphs?
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...