summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* autoconf: refactoring auto confRamesh Nachimuthu2014-04-291-5/+6
| | | | | | | | | | | | | | Following small changes have been made in auto conf. 1. Create Cluster utilization service only when there is atleast one volume in the cluster. 2. Change the auto config to use the same host given during manual run for further auto syncing. 3. Change the "gluster_auto_discovery" command to passss the cluster name to auto discovery using $HOSTNAME$ macro Change-Id: Id30e0794d98ada4a0276af0c17781f8742dc14e5 Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com>
* Server-addons: Fix for issue in cluster utilization help option.ndarshan2014-04-291-2/+2
| | | | | | | | | This patch fixes the issue with -h(help) option for the cluster utilization plugin. Change-Id: Ide120c741d668188e2e270a509c20e9e109f11b9 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1082834 Signed-off-by: ndarshan <dnarayan@redhat.com>
* fixing the issue in cluster utilization plug-inRamesh Nachimuthu2014-04-291-1/+1
| | | | | | | | | | Removed the extra \n and changed the volume utilization pattern to 'Volume Utilization -' Change-Id: I12dd3ba6c85a6ec5e4c05af03602fe581188bb5c Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22562 Reviewed-by: Kanagaraj Mayilsamy <kmayilsa@redhat.com>
* Autoconfig:Modified the discoverlogicalelementsNishanth Thomas2014-04-291-5/+3
| | | | | | | | | | | | to accept the new format of data receieved from the node. removed the call to get the hostname of the gluster node Change-Id: I99a48cfe03672ee419ea5f586aa35b4b3ab325af Signed-off-by: Nishanth Thomas <nthomas@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22549 Reviewed-by: Kanagaraj Mayilsamy <kmayilsa@redhat.com> Tested-by: Ramesh Nachimuthu <rnachimu@redhat.com>
* Server-addons: Fix for volume utilization status not proper.ndarshan2014-04-291-11/+13
| | | | | | | | | | | | This patch adds correct exit status for the plugin check_volume_utilization_server so that status change is reflected when the thresholds are crossed. Change-Id: I8829b6fcd9347729216502fefedee7d4f5101453 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1080950 Signed-off-by: ndarshan <dnarayan@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22551 Reviewed-by: Kanagaraj Mayilsamy <kmayilsa@redhat.com>
* AutoDiscovery: Auto discovery for gluster entitiesRamesh Nachimuthu2014-04-294-0/+331
| | | | | | | | | | Basic plugin which will discover all the basic gluster entities and creates nagios configuration. Change-Id: I71f05dec9bcce74969db300393f7f7c178161dba Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22100 Reviewed-by: Sahina Bose <sabose@redhat.com>
* rhsc-nagios-addon: Fixed build errorsShubhendu Tripathi2014-04-292-2/+1
| | | | | | | | | Fixed build errors Change-Id: I5720d5b2366ade742011597834470ad9ee0e32d1 Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22418 Reviewed-by: Sahina Bose <sabose@redhat.com>
* nagios-server-addons: Test case for host event handlerShubhendu Tripathi2014-04-294-177/+162
| | | | | | | | | | | Added unit test cases for host event handler with minor code fixes Change-Id: Id9516303aaa1e4f14e781a06d4f73158bfcdebf4 Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/21669 Reviewed-by: Darshan Narayana Murthy <dnarayan@redhat.com> Reviewed-by: Sahina Bose <sabose@redhat.com>
* plugins: Fixed issue with cluster util pluginSahina Bose2014-04-291-12/+15
| | | | | | | | | | Fixed an issue with cluster utilization plugin Also refactored code Change-Id: I7a86d9311ddf302dab93cb4aa8e5f57a5f868ec0 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/21996 Reviewed-by: Shubhendu Tripathi <shtripat@redhat.com>
* rhsc-nagios-addon: Fixed an issue with livestatusShubhendu Tripathi2014-04-292-2/+2
| | | | | | | | | | The readLiveStatus() method was not returning the status details. Fixed the same. Change-Id: I604a99c39c92f94b1ebab1e153f06223b5f6f39c Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/21798 Reviewed-by: Sahina Bose <sabose@redhat.com>
* plugins: Fixing template, commands and vol utilizationSahina Bose2014-04-291-5/+5
| | | | | | | | | | Fixed the template, commands and vol utilization plugin Change-Id: I11eb562f6f563d066938110f730512ae0b772eaf Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/66 Reviewed-by: Nishanth Thomas <nishusemail@gmail.com>
* fix: Fix for pep8 error and import issueRamesh Nachimuthu2014-04-292-4/+3
| | | | | | | Change-Id: I32ab9dc0c3971c3b6bbbdaeec5c9e9087485b077 Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/54 Reviewed-by: Sahina Bose <sabose@redhat.com>
* Added files for volume Utilization - Nagios server sideNishanth Thomas2014-04-293-0/+99
| | | | | | | | Change-Id: Idaa995d504e2278fb5a2b67ca4bcbc157307b7d7 Signed-off-by: Nishanth Thomas <nthomas@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/50 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>
* nagios-server-addons: Check remote host pluginShubhendu Tripathi2014-04-292-139/+50
| | | | | | | | | | Plugins to ckeck the remote host status based on various services. Change-Id: I1e260829901aa8dd831f0ca1d58609addb9bcf1b Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/9 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>
* plugins: Plugin to check the cluster utilizationSahina Bose2014-04-294-0/+157
| | | | | | | | | | | | | | | This plugin sums up the volume utilization outputs in a cluster Added a utils livestatus for common code related to mk_livestatus Added constants for livestatussocket path Change-Id: Id665ad3aaa1140e54c831d721ee874421ae84fa3 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/10 Reviewed-by: Bala FA <barumuga@redhat.com>
* Notification: Notification handler for ovirt notificationRamesh Nachimuthu2014-04-292-0/+159
| | | | | | | | | | | | | | | | | | | | | | Added a new notification handler to notify nagios events to ovirt. A new contact ovirt is added with the handler which can sent events/alerts to ovirt engine using Rest API. By default all gluster related configuration entities like host, volume, gluster, bricks will have this contact. By default contact ovirt will have some default values for ovirt engie rest api and user fields. User has to fill the right values in ovirt contact defined in gluster-contacts.cfg file. Ovirt password has to be configured as a user variable $USER3$ in file /etc/nagios/private/resource.cfg. User variable $USER3$ used in command to pass the password to the handler. Change-Id: I19074af6ae1ee4a8c16d8821b10a1c3a345f321a Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/8 Reviewed-by: Timothy Asir <tim.gluster@gmail.com> Reviewed-by: Sahina Bose <sabose@redhat.com>
* all: import plugins/templates/config from githubv0.1.0Bala.FA2014-04-294-0/+359
| | | | | | | | | All plugins/templates/config are imported from https://github.com/gluster-rhsc/nagios-plugin.git Change-Id: Icbbf23c0595e2b36548015489341d9ff823bac50 Signed-off-by: Bala.FA <barumuga@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/6
* Initial commitBala.FA2014-04-291-0/+2
Change-Id: Iae865d7dce78de83f0931d99b67455b9a0f12e1c Signed-off-by: Bala.FA <barumuga@redhat.com>