* [gentoo-user] {OT} tried Nimsoft Monitoring? @ 2013-09-14 9:09 Grant 2013-09-16 15:06 ` [gentoo-user] " James 0 siblings, 1 reply; 6+ messages in thread From: Grant @ 2013-09-14 9:09 UTC (permalink / raw To: Gentoo mailing list Has anyone tried Nimsoft Monitoring? It's included at Soft Layer which must mean a free license. It looks like a substitute for Nagios. https://www.softlayer.com/services/monitoring/nimsoft http://www.ca.com/us/lpg/nimsoft.aspx - Grant ^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: {OT} tried Nimsoft Monitoring? 2013-09-14 9:09 [gentoo-user] {OT} tried Nimsoft Monitoring? Grant @ 2013-09-16 15:06 ` James 2013-09-17 5:42 ` Grant 0 siblings, 1 reply; 6+ messages in thread From: James @ 2013-09-16 15:06 UTC (permalink / raw To: gentoo-user Grant <emailgrant <at> gmail.com> writes: > Has anyone tried Nimsoft Monitoring? It's included at Soft Layer > which must mean a free license. No. IBM has a general strategy to "suck you in" so caveat emptor...... You really wan to install IBM binaries on any machine? (Think NSA). > It looks like a substitute for Nagios. Nagios has been under numerous stresses for quite some time, for a variety of reasons, imho. Forking, Borking, and Porking out is what I see of Nagios; ymmv. jffnms is well written, modular and quite responsive to the individual's (organization's) needs, imho. All in source code form. Last time I checked, there was a new (recent) ebuild for jffnms. Patches are easy to apply and I think (Gentoo) folks are starting to use jffnms much more. Check it out, most are happy with it, and find it easy (particulary with SNMP 1,2.3) to install and extend. Specific software stacks probably need specific (customized) monitoring (hacks) tools, that are modified form existing open source solutions? Here's a solution, cheap and clean using htop: htop | recode utf-8 > test.txt cat test.txt Surely a little research and you can some cool hacks? > - Grant hth, James ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: {OT} tried Nimsoft Monitoring? 2013-09-16 15:06 ` [gentoo-user] " James @ 2013-09-17 5:42 ` Grant 2013-09-17 6:05 ` Alan McKinnon 0 siblings, 1 reply; 6+ messages in thread From: Grant @ 2013-09-17 5:42 UTC (permalink / raw To: Gentoo mailing list >> Has anyone tried Nimsoft Monitoring? It's included at Soft Layer >> which must mean a free license. > > No. IBM has a general strategy to "suck you in" > so caveat emptor...... You really wan to install > IBM binaries on any machine? (Think NSA). Nevermind! >> It looks like a substitute for Nagios. > > Nagios has been under numerous stresses for > quite some time, for a variety of reasons, imho. > Forking, Borking, and Porking out is what I see > of Nagios; ymmv. I didn't realize that. > jffnms is well written, modular and quite responsive > to the individual's (organization's) needs, imho. > All in source code form. > > Last time I checked, there was a new (recent) ebuild > for jffnms. Patches are easy to apply and I think > (Gentoo) folks are starting to use jffnms much more. > > Check it out, most are happy with it, and find it > easy (particulary with SNMP 1,2.3) to install and extend. It looks great, thank you for the recommendation. Have you used munin? If so, do you think jffnms is a substitute or compliment to that package? - Grant ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: {OT} tried Nimsoft Monitoring? 2013-09-17 5:42 ` Grant @ 2013-09-17 6:05 ` Alan McKinnon 2013-09-17 6:35 ` Grant 0 siblings, 1 reply; 6+ messages in thread From: Alan McKinnon @ 2013-09-17 6:05 UTC (permalink / raw To: gentoo-user On 17/09/2013 07:42, Grant wrote: >>> Has anyone tried Nimsoft Monitoring? It's included at Soft Layer >>> which must mean a free license. >> >> No. IBM has a general strategy to "suck you in" >> so caveat emptor...... You really wan to install >> IBM binaries on any machine? (Think NSA). > > Nevermind! > >>> It looks like a substitute for Nagios. >> >> Nagios has been under numerous stresses for >> quite some time, for a variety of reasons, imho. >> Forking, Borking, and Porking out is what I see >> of Nagios; ymmv. > > I didn't realize that. > >> jffnms is well written, modular and quite responsive >> to the individual's (organization's) needs, imho. >> All in source code form. >> >> Last time I checked, there was a new (recent) ebuild >> for jffnms. Patches are easy to apply and I think >> (Gentoo) folks are starting to use jffnms much more. >> >> Check it out, most are happy with it, and find it >> easy (particulary with SNMP 1,2.3) to install and extend. > > It looks great, thank you for the recommendation. Have you used > munin? If so, do you think jffnms is a substitute or compliment to > that package? Munin and jffnms bear no real relation to each other. Yes they are similar in that both can draw graphs but that's about where the similarity ends. Munin's job is to periodically poll a device using whatever means is available and gather data from the device. The data is always in the form of a number - it measures something. The data can be anything you can generate a number for - logged in users, traffic through an interface, load, number of database queries. The list is endless. Point being, the device/computer/hosts reports it's own numbers to munin, and munin draws graphs. Munin does not record state, it has no idea what the state of something is. Nagios is a problem child, it does not do what people assume it does (I have constant fights about this at work). Nagios is a state monitoring and reporting engine (simply because this is what it does well and everything else it does it does poorly). Nagios will track if things are up or down, if you acknowledged the condition and when, who to notify when state changes (sms, mail, dashboard etc etc). What Nagios does poorly (despite this being it's advertised purpose) is getting state events into the system. It really really sucks at this and is coded from an extremely narrow point of view. Which explains the numerous forks around (they all implement vital real world features that Ethan refuses to commit). jffnms is something I don't use myself, but it looks like the same class of app as Nagios. Don't be fooled into choosing between munin and nagios/jffnms - they are not the same thing, not even close. Use both. -- Alan McKinnon alan.mckinnon@gmail.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: {OT} tried Nimsoft Monitoring? 2013-09-17 6:05 ` Alan McKinnon @ 2013-09-17 6:35 ` Grant 2013-09-17 12:36 ` James Horton PE 0 siblings, 1 reply; 6+ messages in thread From: Grant @ 2013-09-17 6:35 UTC (permalink / raw To: Gentoo mailing list > Munin and jffnms bear no real relation to each other. Yes they are > similar in that both can draw graphs but that's about where the > similarity ends. > > Munin's job is to periodically poll a device using whatever means is > available and gather data from the device. The data is always in the > form of a number - it measures something. The data can be anything you > can generate a number for - logged in users, traffic through an > interface, load, number of database queries. The list is endless. Point > being, the device/computer/hosts reports it's own numbers to munin, and > munin draws graphs. Munin does not record state, it has no idea what the > state of something is. > > Nagios is a problem child, it does not do what people assume it does (I > have constant fights about this at work). Nagios is a state monitoring > and reporting engine (simply because this is what it does well and > everything else it does it does poorly). Nagios will track if things are > up or down, if you acknowledged the condition and when, who to notify > when state changes (sms, mail, dashboard etc etc). > > What Nagios does poorly (despite this being it's advertised purpose) is > getting state events into the system. It really really sucks at this and > is coded from an extremely narrow point of view. Which explains the > numerous forks around (they all implement vital real world features that > Ethan refuses to commit). > > jffnms is something I don't use myself, but it looks like the same class > of app as Nagios. Don't be fooled into choosing between munin and > nagios/jffnms - they are not the same thing, not even close. Use both. Understood. Thank you James and Alan. - Grant ^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: {OT} tried Nimsoft Monitoring? 2013-09-17 6:35 ` Grant @ 2013-09-17 12:36 ` James Horton PE 0 siblings, 0 replies; 6+ messages in thread From: James Horton PE @ 2013-09-17 12:36 UTC (permalink / raw To: gentoo-user Grant <emailgrant <at> gmail.com> writes: > > jffnms is something I don't use myself, but it looks like the same class > > of app as Nagios. Don't be fooled into choosing between munin and > > nagios/jffnms - they are not the same thing, not even close. Use both. thank Alan, I did not know about munin. Grant, Craig, the main devloper of JFFNMS is a very cool human being. If you have good ideas, he will listen. If you send him some code to fix/extend functionality, he is as flexible as can be with integrating the ideas of others. Craig is an older, accomplished programmer with a mantra of writing clean and understandable code. That is what separates JFFNMS from the rest. (Craig) He's like an Alan that codes quite a lot and quite well...... =) > Understood. Thank you James and Alan. > - Grant net-analyzer/jffnms Available versions: ~0.9.3 {{mysql postgres snmp}} James ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-09-17 12:48 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-09-14 9:09 [gentoo-user] {OT} tried Nimsoft Monitoring? Grant 2013-09-16 15:06 ` [gentoo-user] " James 2013-09-17 5:42 ` Grant 2013-09-17 6:05 ` Alan McKinnon 2013-09-17 6:35 ` Grant 2013-09-17 12:36 ` James Horton PE
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox