<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gluster-nagios-common.git/tests, branch master</title>
<subtitle>common code/libs/utils for gluster-nagios-addons and nagios-server-addons.</subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/'/>
<entry>
<title>nagios-plugins: CLI to parse heal info</title>
<updated>2016-03-24T07:10:09+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2015-09-29T06:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=57c6902d0dd84950adaa21cf6f649e679a913b37'/>
<id>57c6902d0dd84950adaa21cf6f649e679a913b37</id>
<content type='text'>
Added CLI to parse heal info and provide
json output
changed parsing of heal info to match the enhanced
output patch - http://review.gluster.org/13231
Renamed VolumeSplitBrainStatus enum to generic VolumeHealInfoStatus

BUG: 1267586
Change-Id: I948d00d0198894a9a670e72b311ab86c83af4b23
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12260
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added CLI to parse heal info and provide
json output
changed parsing of heal info to match the enhanced
output patch - http://review.gluster.org/13231
Renamed VolumeSplitBrainStatus enum to generic VolumeHealInfoStatus

BUG: 1267586
Change-Id: I948d00d0198894a9a670e72b311ab86c83af4b23
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12260
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nagios-common: Fixing pep8 errors</title>
<updated>2015-09-28T12:00:51+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2015-09-28T11:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=92ed869d5979ee6f1c83a39517805841f96d19fd'/>
<id>92ed869d5979ee6f1c83a39517805841f96d19fd</id>
<content type='text'>
Fixing pep8 errors on older version of pep8

Change-Id: I23253b9fcb830a2c71542f058ae50cc46009fd88
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12243
Reviewed-by: darshan n &lt;dnarayan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing pep8 errors on older version of pep8

Change-Id: I23253b9fcb830a2c71542f058ae50cc46009fd88
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12243
Reviewed-by: darshan n &lt;dnarayan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gluster-nagios: geo rep status plugin</title>
<updated>2015-08-27T11:22:40+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2015-08-21T10:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=446c43a73be31baa3a2adaef0a198fc50c18a9f9'/>
<id>446c43a73be31baa3a2adaef0a198fc50c18a9f9</id>
<content type='text'>
Changed the georep status plugin to reflect
the changes in georep status output

Change-Id: I7f8f7c07d3da552283758a221c819744c616777b
Bug-Url: https://bugzilla.redhat.com/1240959
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/11983
Reviewed-by: darshan n &lt;dnarayan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the georep status plugin to reflect
the changes in georep status output

Change-Id: I7f8f7c07d3da552283758a221c819744c616777b
Bug-Url: https://bugzilla.redhat.com/1240959
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/11983
Reviewed-by: darshan n &lt;dnarayan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nagios-common: Added disperse-vol related details to glustercli utility.</title>
<updated>2015-08-17T06:03:46+00:00</updated>
<author>
<name>Darshan N</name>
<email>dnarayan@redhat.com</email>
</author>
<published>2015-07-02T07:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=dd356c110210350721b003e885c51046b87c7186'/>
<id>dd356c110210350721b003e885c51046b87c7186</id>
<content type='text'>
This patch adds disperse volume related details like disperse count
redundancy count to glustercli utility. This is needed to monitor
volume status of disperse volume. It also fixes few pep8 issues.

Change-Id: I38b4a0fd0a3ffb550be8bc91863b70fe8e70d883
Bug-Url: https://bugzilla.redhat.com/1235651
Signed-off-by: Darshan N &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/11502
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>
This patch adds disperse volume related details like disperse count
redundancy count to glustercli utility. This is needed to monitor
volume status of disperse volume. It also fixes few pep8 issues.

Change-Id: I38b4a0fd0a3ffb550be8bc91863b70fe8e70d883
Bug-Url: https://bugzilla.redhat.com/1235651
Signed-off-by: Darshan N &lt;dnarayan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/11502
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-common: Split brain status function added</title>
<updated>2015-03-25T11:56:31+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2015-03-02T08:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=481d99ef5f541b4e1eb30d4f630c890609a1c05e'/>
<id>481d99ef5f541b4e1eb30d4f630c890609a1c05e</id>
<content type='text'>
Modified the existing function to return the
"volume heal &lt;vol-name&gt; info split-brain" output
to be used by nagios plugins.
The function that uses "volume heal &lt;vol-name&gt; info"
command has been renamed

Change-Id: I5a05930ae76be04535c74cffd5f535bfb6a6d97a
Bug-Url: https://bugzilla.redhat.com/1081900
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9782
Reviewed-by: darshan n &lt;dnarayan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified the existing function to return the
"volume heal &lt;vol-name&gt; info split-brain" output
to be used by nagios plugins.
The function that uses "volume heal &lt;vol-name&gt; info"
command has been renamed

Change-Id: I5a05930ae76be04535c74cffd5f535bfb6a6d97a
Bug-Url: https://bugzilla.redhat.com/1081900
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/9782
Reviewed-by: darshan n &lt;dnarayan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nagios-commons: Added a new exception class</title>
<updated>2014-09-24T06:39:24+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2014-08-08T13:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=f6934b13b3706c810bdff311b15a2d33ad22a29a'/>
<id>f6934b13b3706c810bdff311b15a2d33ad22a29a</id>
<content type='text'>
Added different exception in case of transaction lock errors,
so that the plugins can return correct state based on the
exception messages

Change-Id: Ibbe5dd17b4829765505451f5a6554d2ade4b2980
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=1109752
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8442
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added different exception in case of transaction lock errors,
so that the plugins can return correct state based on the
exception messages

Change-Id: Ibbe5dd17b4829765505451f5a6554d2ade4b2980
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=1109752
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8442
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pep8 errors</title>
<updated>2014-06-26T08:54:16+00:00</updated>
<author>
<name>Timothy Asir Jeyasingh</name>
<email>tjeyasin@redhat.com</email>
</author>
<published>2014-06-24T09:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=1ee32cb06834ebb80d548ef4039b9e40f928900e'/>
<id>1ee32cb06834ebb80d548ef4039b9e40f928900e</id>
<content type='text'>
Change-Id: I3121e6b4044e2f0831fe3c862fb12e8bc27cfd3c
Signed-off-by: Timothy Asir Jeyasingh &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8160
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>
Change-Id: I3121e6b4044e2f0831fe3c862fb12e8bc27cfd3c
Signed-off-by: Timothy Asir Jeyasingh &lt;tjeyasin@redhat.com&gt;
Reviewed-on: http://review.gluster.org/8160
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>nagios-common: Georep cli session wise parsing corrected</title>
<updated>2014-06-06T09:55:16+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2014-06-05T07:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=94ce627a6a2eb58d172d8af51b7eced6bae4c18f'/>
<id>94ce627a6a2eb58d172d8af51b7eced6bae4c18f</id>
<content type='text'>
Geo-rep status cli command does not uniquely identify
sessions per node line output. It prefixes the slave
node with slave volume name. And when the slave volume
has multiple nodes, the session status cannot be aggregated
based on this.
This patch strips out the slave node ip to uniquely identify
the session. This will not work when a volume has geo-rep
sessions created for multiple slave volumes - all with the
same name

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1101223
Change-Id: Ie6e12c1b3af4752c5ef14f0c7fe8db579013d19e
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7988
Reviewed-by: Shubhendu Tripathi &lt;shtripat@redhat.com&gt;
Reviewed-by: Kanagaraj M &lt;kmayilsa@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Geo-rep status cli command does not uniquely identify
sessions per node line output. It prefixes the slave
node with slave volume name. And when the slave volume
has multiple nodes, the session status cannot be aggregated
based on this.
This patch strips out the slave node ip to uniquely identify
the session. This will not work when a volume has geo-rep
sessions created for multiple slave volumes - all with the
same name

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1101223
Change-Id: Ie6e12c1b3af4752c5ef14f0c7fe8db579013d19e
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7988
Reviewed-by: Shubhendu Tripathi &lt;shtripat@redhat.com&gt;
Reviewed-by: Kanagaraj M &lt;kmayilsa@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nagios-common: Enhanced geo rep status parsing</title>
<updated>2014-05-29T06:04:13+00:00</updated>
<author>
<name>Sahina Bose</name>
<email>sabose@redhat.com</email>
</author>
<published>2014-05-27T06:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=12171f154d5c6d2ee5fd23b7439770f0b51d39fb'/>
<id>12171f154d5c6d2ee5fd23b7439770f0b51d39fb</id>
<content type='text'>
Enhanced the gluster cli - geo rep status- parsing
to consider other node states like stopped
and to combine it with volume topology.

Change-Id: I21876339f82a0137c41f7ec7ccc0672815590e88
Bug-Url: https://bugzilla.redhat.com/1101218
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7888
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Aravinda VK &lt;avishwan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enhanced the gluster cli - geo rep status- parsing
to consider other node states like stopped
and to combine it with volume topology.

Change-Id: I21876339f82a0137c41f7ec7ccc0672815590e88
Bug-Url: https://bugzilla.redhat.com/1101218
Signed-off-by: Sahina Bose &lt;sabose@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7888
Reviewed-by: Ramesh N &lt;rnachimu@redhat.com&gt;
Reviewed-by: Aravinda VK &lt;avishwan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>git-nagios-common : fixed the unittest error</title>
<updated>2014-05-05T13:59:38+00:00</updated>
<author>
<name>Nishanth Thomas</name>
<email>nthomas@redhat.com</email>
</author>
<published>2014-05-05T13:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/gluster-nagios-common.git/commit/?id=43e66567238af129d9d0b4bf82f0af1ee2f1b3ca'/>
<id>43e66567238af129d9d0b4bf82f0af1ee2f1b3ca</id>
<content type='text'>
Fixed the issues with UT due to refactoring of getDisksForBrick
function

Change-Id: Iae2737913d35d117f8160e3f985d9f07d9f9e333
Signed-off-by: Nishanth Thomas &lt;nthomas@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7675
Reviewed-by: Kanagaraj M &lt;kmayilsa@redhat.com&gt;
Tested-by: Nishanth Thomas &lt;nishusemail@gmail.com&gt;
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the issues with UT due to refactoring of getDisksForBrick
function

Change-Id: Iae2737913d35d117f8160e3f985d9f07d9f9e333
Signed-off-by: Nishanth Thomas &lt;nthomas@redhat.com&gt;
Reviewed-on: http://review.gluster.org/7675
Reviewed-by: Kanagaraj M &lt;kmayilsa@redhat.com&gt;
Tested-by: Nishanth Thomas &lt;nishusemail@gmail.com&gt;
Reviewed-by: Bala FA &lt;barumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
