On 19 March 2010 21:33, Polifemo, Salvatore <[email protected]> wrote: > I have configured the nagios check_nrpe plugin to check memory usage and it > displays the graphs as %. > > Is it possible to graph the performance as MB ?
check_nrpe is just a way of running a plugin remotely. If the remote plugin only returns performance data as a %, then that is what you will get. Simple answer is choose a different plugin which returns the performance data in the form you want or try running the plugin with the "--help" option to see if if you can specify another format. It would help to know a little more about what your check does. Most importantly what is the check command in your Nagios config? ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
