Where can I get a quote for a new feature? The Professional Services (http://www.observium.org/services/) page doesn't contain any information on who to contact.
Thanks,
Benoit
I noticed you still haven't gotten a reply on this yet. I'm not sure it's even an option with observium to have additions made.
I made an initial request a while ago when I subscribed and got radio silence.
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Benoit Lambert Sent: Monday, August 18, 2014 12:19 PM To: observium@observium.org Subject: [Observium] Quote for feature
Where can I get a quote for a new feature? The Professional Services (http://www.observium.org/services/) page doesn't contain any information on who to contact.
Thanks,
Benoit
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
You can contact any of the core developers for this; if you don't have anyone specific in mind Adam is the best shot, he can redirect if needed.
Tom
On 25/08/2014 19:52, Chris Ruschmann wrote:
I noticed you still haven't gotten a reply on this yet. I'm not sure it's even an option with observium to have additions made.
I made an initial request a while ago when I subscribed and got radio silence.
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Benoit Lambert Sent: Monday, August 18, 2014 12:19 PM To: observium@observium.org Subject: [Observium] Quote for feature
Where can I get a quote for a new feature? The Professional Services (http://www.observium.org/services/) page doesn't contain any information on who to contact.
Thanks,
Benoit
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I would not mind paying to add a device...
On Mon, Aug 25, 2014 at 1:52 PM, Chris Ruschmann chris@scsalaska.net wrote:
I noticed you still haven't gotten a reply on this yet. I'm not sure it's even an option with observium to have additions made.
I made an initial request a while ago when I subscribed and got radio silence.
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Benoit Lambert Sent: Monday, August 18, 2014 12:19 PM To: observium@observium.org Subject: [Observium] Quote for feature
Where can I get a quote for a new feature? The Professional Services (http://www.observium.org/services/) page doesn't contain any information on who to contact.
Thanks,
Benoit
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
While we’re playing that game, I’d love to have predictive space alerts.
For example, if % used is predicted to reach 95% within 30 days based on the current trend then trigger an alert. Percentage and time would be configurable, of course.
-Hogan
On Aug 25, 2014, at 11:05 AM, Frank Lahr logman0u812@gmail.com wrote:
I would not mind paying to add a device...
On Mon, Aug 25, 2014 at 1:52 PM, Chris Ruschmann chris@scsalaska.net wrote: I noticed you still haven't gotten a reply on this yet. I'm not sure it's even an option with observium to have additions made.
I made an initial request a while ago when I subscribed and got radio silence.
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Benoit Lambert Sent: Monday, August 18, 2014 12:19 PM To: observium@observium.org Subject: [Observium] Quote for feature
Where can I get a quote for a new feature? The Professional Services (http://www.observium.org/services/) page doesn't contain any information on who to contact.
Thanks,
Benoit
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Frank _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 2014-08-25 19:19, Hogan Whittall wrote:
While we’re playing that game, I’d love to have predictive space alerts.
For example, if % used is predicted to reach 95% within 30 days based on the current trend then trigger an alert. Percentage and time would be configurable, of course.
This is exactly the kind of thing that I end up ignoring.
It might sound fairly reasonably, but it's actually pretty close to functionally impossible without massive structure changes an similarly massive performance degradation.
adam.
Understandable, it was more of an “I wish” and now that I know it’s not feasible I’ll see if I can build my own reporting tool. There’s functionality like this with NetApp tools, they don’t provide predictive alerts for space growth trends, but you can have it generate reports to display the filer:volume growth rate and when they’re anticipated to reach 100%. Time permitting, I’ll dig into the data that’s available and see if I can find a way to generate similar reports.
Thanks for taking the time to respond. :)
-Hogan
On Aug 25, 2014, at 2:42 PM, Adam Armstrong adama@memetic.org wrote:
On 2014-08-25 19:19, Hogan Whittall wrote:
While we’re playing that game, I’d love to have predictive space alerts. For example, if % used is predicted to reach 95% within 30 days based on the current trend then trigger an alert. Percentage and time would be configurable, of course.
This is exactly the kind of thing that I end up ignoring.
It might sound fairly reasonably, but it's actually pretty close to functionally impossible without massive structure changes an similarly massive performance degradation.
adam. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
There are three ways you could go about this :
a) parse the data out of rrd and build your own prediction b) configure rrd to give you a prediction c) store the polled values independent of rrd in the database and build your own prediction on those
The problem with a) and b) are that they're pretty slow the problem with c) is that it's very, very unscalable in terms of data volumes.
I think the only realistic way of doing it would be to only store data point every 24 hours or so and using that for historical data. You still have the issue of managing the data in a way that doesn't hurt performance...
adam.
On 2014-08-25 23:01, Hogan Whittall wrote:
Understandable, it was more of an “I wish” and now that I know it’s not feasible I’ll see if I can build my own reporting tool. There’s functionality like this with NetApp tools, they don’t provide predictive alerts for space growth trends, but you can have it generate reports to display the filer:volume growth rate and when they’re anticipated to reach 100%. Time permitting, I’ll dig into the data that’s available and see if I can find a way to generate similar reports.
Thanks for taking the time to respond. :)
-Hogan
On Aug 25, 2014, at 2:42 PM, Adam Armstrong adama@memetic.org wrote:
On 2014-08-25 19:19, Hogan Whittall wrote: While we’re playing that game, I’d love to have predictive space alerts. For example, if % used is predicted to reach 95% within 30 days based on the current trend then trigger an alert. Percentage and time would be configurable, of course.
This is exactly the kind of thing that I end up ignoring.
It might sound fairly reasonably, but it's actually pretty close to functionally impossible without massive structure changes an similarly massive performance degradation.
adam. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
It all depends upon how crazy the request is.
I usually won't reply until I have an idea of how something would be done, and if we would do it. This tends to mean that unrealistic feature requests or badly requested things often don't get replied to as I forget about them and they disappear in to the mists of time.
Generally they should be structured as :
"How much would it take to add support for MIB X, Y, Z on device Foo?"
And not
"How much would it take to add something undefined to another undefined thing and another undefined nebulous thing and maybe some vaguely described unicorns and cheesecake blah blah blah".
That is, be precise or you'll end up being forgotten.
adam.
On 2014-08-25 18:52, Chris Ruschmann wrote:
I noticed you still haven't gotten a reply on this yet. I'm not sure it's even an option with observium to have additions made.
I made an initial request a while ago when I subscribed and got radio silence.
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Benoit Lambert Sent: Monday, August 18, 2014 12:19 PM To: observium@observium.org Subject: [Observium] Quote for feature
Where can I get a quote for a new feature? The Professional Services (http://www.observium.org/services/) page doesn't contain any information on who to contact.
Thanks,
Benoit
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (6)
-
Adam Armstrong
-
Benoit Lambert
-
Chris Ruschmann
-
Frank Lahr
-
Hogan Whittall
-
Tom Laermans