<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nagios-server-addons.git/templates, branch master</title>
<subtitle>nagios server side code.</subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/'/>
<entry>
<title>graph-templates: Fixed disk utilization graph legend.</title>
<updated>2015-02-26T10:34:10+00:00</updated>
<author>
<name>ndarshan</name>
<email>dnarayan@redhat.com</email>
</author>
<published>2015-02-26T09:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=8d1a17a906222feb3af6df7484fcba846673bae3'/>
<id>8d1a17a906222feb3af6df7484fcba846673bae3</id>
<content type='text'>
Replaced disk utilization graph legend name from Brick Usage
to Usage.

Change-Id: Id022d014530108766fcb50ed0a60d6f4c76c93f3
Bug-Url: bugzilla.redhat.com/1167771
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9754
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced disk utilization graph legend name from Brick Usage
to Usage.

Change-Id: Id022d014530108766fcb50ed0a60d6f4c76c93f3
Bug-Url: bugzilla.redhat.com/1167771
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9754
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>graph-templates: disk and brick utilization graph template modification.</title>
<updated>2015-02-19T10:22:29+00:00</updated>
<author>
<name>ndarshan</name>
<email>dnarayan@redhat.com</email>
</author>
<published>2015-01-06T11:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=e91468e8030ce33963826eab07601aa882f2ba0d'/>
<id>e91468e8030ce33963826eab07601aa882f2ba0d</id>
<content type='text'>
This patch modifies the graph template for brick utilization
and disk utilization to handle the changes made by check_disk
_and_inode plugin revamp. Now separate graphs for data, inode,
thinpool and thinpool-metadata utilization are shown.

Change-Id: Iad7da8ab3fede89bb528ceadfd817646c018795e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1167771
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9394
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch modifies the graph template for brick utilization
and disk utilization to handle the changes made by check_disk
_and_inode plugin revamp. Now separate graphs for data, inode,
thinpool and thinpool-metadata utilization are shown.

Change-Id: Iad7da8ab3fede89bb528ceadfd817646c018795e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1167771
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9394
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>brick plugin: set rrd configuration to multiple.</title>
<updated>2014-11-27T06:43:33+00:00</updated>
<author>
<name>ndarshan</name>
<email>dnarayan@redhat.com</email>
</author>
<published>2014-11-21T11:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=de2d81b459e8674e49d4993b15b5d383f72c301e'/>
<id>de2d81b459e8674e49d4993b15b5d383f72c301e</id>
<content type='text'>
By default perfdata is created in single rrd file which causes
failure of fetching DS in upgrade scenario. Because earlier
brick utilization had only one DS. Now with thin LV monitoring
included in brick utilization, It will be having two DS. The
graph templates wont be able to read them in single rrd file.
So in case of upgrade we run the script rrd_convert as a pre
step to migrate the old data to new rrd files.and this patch
also sets pnp4nagios rrd configuration to multiple rrd file for
each DS.

Change-Id: Iadb50250b2e93d73b61e25be90a0770dae0780f3
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1143995
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9188
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default perfdata is created in single rrd file which causes
failure of fetching DS in upgrade scenario. Because earlier
brick utilization had only one DS. Now with thin LV monitoring
included in brick utilization, It will be having two DS. The
graph templates wont be able to read them in single rrd file.
So in case of upgrade we run the script rrd_convert as a pre
step to migrate the old data to new rrd files.and this patch
also sets pnp4nagios rrd configuration to multiple rrd file for
each DS.

Change-Id: Iadb50250b2e93d73b61e25be90a0770dae0780f3
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1143995
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9188
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nagios-server-addons: Modified brick utilization graph template.</title>
<updated>2014-11-18T10:23:51+00:00</updated>
<author>
<name>ndarshan</name>
<email>dnarayan@redhat.com</email>
</author>
<published>2014-11-13T08:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=e78757532500f054acce70eb0b0dc83741f9cf2c'/>
<id>e78757532500f054acce70eb0b0dc83741f9cf2c</id>
<content type='text'>
Modified brick utilization graph template to give
an additional graph to show the actual brick utilization
when the brick is made up of thin lv.

Change-Id: I0ecc2de9d0b6ca72b7a4ed87c342f242fb035598
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=1143995
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9116
Reviewed-by: Nishanth Thomas &lt;nishusemail@gmail.com&gt;
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified brick utilization graph template to give
an additional graph to show the actual brick utilization
when the brick is made up of thin lv.

Change-Id: I0ecc2de9d0b6ca72b7a4ed87c342f242fb035598
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=1143995
Signed-off-by: ndarshan &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9116
Reviewed-by: Nishanth Thomas &lt;nishusemail@gmail.com&gt;
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nagios-server-addons:Add php template for cluster utilization plugin</title>
<updated>2014-11-18T05:41:13+00:00</updated>
<author>
<name>Nishanth Thomas</name>
<email>nthomas@redhat.com</email>
</author>
<published>2014-10-30T05:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=a93474a43065ab3c9539b1268c5ebe819903bb4c'/>
<id>a93474a43065ab3c9539b1268c5ebe819903bb4c</id>
<content type='text'>
There was no php template available for cluster utilization and it was
using the the default template and causing the improper display

Change-Id: I21f458a678d12807d275cc536e56aa14eae22a80
Bug-url: https://bugzilla.redhat.com/show_bug.cgi?id=1119233
Signed-off-by: Nishanth Thomas &lt;nthomas@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9002
Tested-by: Nishanth Thomas &lt;nishusemail@gmail.com&gt;
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Shubhendu Tripathi &lt;shtripat@redhat.com&gt;
Reviewed-by: Kanagaraj M &lt;kmayilsa@redhat.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was no php template available for cluster utilization and it was
using the the default template and causing the improper display

Change-Id: I21f458a678d12807d275cc536e56aa14eae22a80
Bug-url: https://bugzilla.redhat.com/show_bug.cgi?id=1119233
Signed-off-by: Nishanth Thomas &lt;nthomas@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9002
Tested-by: Nishanth Thomas &lt;nishusemail@gmail.com&gt;
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Shubhendu Tripathi &lt;shtripat@redhat.com&gt;
Reviewed-by: Kanagaraj M &lt;kmayilsa@redhat.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>disk_usage: set rrd configuration to multiple</title>
<updated>2014-06-26T09:37:53+00:00</updated>
<author>
<name>Timothy Asir Jeyasingh</name>
<email>tjeyasin@redhat.com</email>
</author>
<published>2014-06-25T09:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=d105128f3f6b9c2182114ce2ce3e073636a637b1'/>
<id>d105128f3f6b9c2182114ce2ce3e073636a637b1</id>
<content type='text'>
By default perfdata are created in single rrd file which causes
failure of fetching DS for newly configured disks.

This patch fixes this issue by setting pnp4nagios rrd
configuration to multiple.

Change-Id: I05ca0561e9b926a3ee0c655699fa30544c20e2ad
Signed-off-by: Timothy Asir Jeyasingh &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8169
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default perfdata are created in single rrd file which causes
failure of fetching DS for newly configured disks.

This patch fixes this issue by setting pnp4nagios rrd
configuration to multiple.

Change-Id: I05ca0561e9b926a3ee0c655699fa30544c20e2ad
Signed-off-by: Timothy Asir Jeyasingh &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8169
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>interfaces: set rrd configuration to multiple</title>
<updated>2014-06-16T11:15:05+00:00</updated>
<author>
<name>Bala.FA</name>
<email>barumuga@redhat.com</email>
</author>
<published>2014-06-13T07:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=da82641c100a4e21d00d823a1dfdbc4eb068b1a2'/>
<id>da82641c100a4e21d00d823a1dfdbc4eb068b1a2</id>
<content type='text'>
By default perfdata are created in single rrd file which causes
failure of fetching DS for newly configured network interfaces.

This patch fixes this by setting pnp4nagios rrd configuration to
multiple rrd file for each DS of network interfaces.

Change-Id: I3e6fa0e4336fb866ceb37a5e3165a515d42bfae6
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1087837
Signed-off-by: Bala.FA &lt;barumuga@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8059
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
Tested-by: Sahina Bose &lt;sabose@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default perfdata are created in single rrd file which causes
failure of fetching DS for newly configured network interfaces.

This patch fixes this by setting pnp4nagios rrd configuration to
multiple rrd file for each DS of network interfaces.

Change-Id: I3e6fa0e4336fb866ceb37a5e3165a515d42bfae6
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1087837
Signed-off-by: Bala.FA &lt;barumuga@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8059
Reviewed-by: Sahina Bose &lt;sabose@redhat.com&gt;
Tested-by: Sahina Bose &lt;sabose@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check_brick_usage template into pnp4nagios template path</title>
<updated>2014-05-21T10:59:05+00:00</updated>
<author>
<name>Timothy Asir</name>
<email>tjeyasin@redhat.com</email>
</author>
<published>2014-05-20T10:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=a103d0c54966059bdcf4c1cd20eaf7ef741938ab'/>
<id>a103d0c54966059bdcf4c1cd20eaf7ef741938ab</id>
<content type='text'>
Change-Id: I7e81e22e73dc4cf336ad335f69735d54b9e9714a
Signed-off-by: Timothy Asir &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7807
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7e81e22e73dc4cf336ad335f69735d54b9e9714a
Signed-off-by: Timothy Asir &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7807
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check brick usage pnp4nagios template plugin</title>
<updated>2014-05-16T09:45:57+00:00</updated>
<author>
<name>Timothy Asir</name>
<email>tjeyasin@redhat.com</email>
</author>
<published>2014-05-07T10:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=25a9105f9583cf165526db0c24c67bd12c4336fe'/>
<id>25a9105f9583cf165526db0c24c67bd12c4336fe</id>
<content type='text'>
Change-Id: If55d9a0f36fbb16136fe46dbbdc31b2f52228a7b
Signed-off-by: Timothy Asir &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7691
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If55d9a0f36fbb16136fe46dbbdc31b2f52228a7b
Signed-off-by: Timothy Asir &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7691
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add total usage into disk usage graph vertical label</title>
<updated>2014-05-16T09:45:38+00:00</updated>
<author>
<name>Timothy Asir</name>
<email>tjeyasin@redhat.com</email>
</author>
<published>2014-05-06T10:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/nagios-server-addons.git/commit/?id=c910f8e3c94c49e22afd49bf8fb367ca37892b73'/>
<id>c910f8e3c94c49e22afd49bf8fb367ca37892b73</id>
<content type='text'>
Change-Id: I2f3b18c730ffd3ab142763433e0c75f9214eef1e
Signed-off-by: Timothy Asir &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7685
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2f3b18c730ffd3ab142763433e0c75f9214eef1e
Signed-off-by: Timothy Asir &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7685
Tested-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
Reviewed-by: Timothy Asir &lt;tim.gluster@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
