Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

IBM Connections plugins

Current Version
1
Last Release Date
2015-11-10
Compatible With
  • Nagios 4.x
Owner
Website
Hits
6999
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Nagios Plugins for IBM Connections

These Nagios Plugins can be used to monitor an IBM Connections environment.
check_connections_search_index.py
This plugin will login to IBM Connections and do a search. Then it will compare the serach index date/time with the actual date/time.
Example check command:
check_connections_search_index.py -H $ARG1$ -w $ARG2$ -c $ARG3$ -u $ARG4$ -p $USER4$
-H: IBM Connections Hostname
-w: warning if search index is older than w hours
-c: critical if search index is older than c hours
-u: username which can login and search the index
-p: password of this user

Sample results:
Status OK - Search Index date 2015-11-10 12:41:02
Status Warning - Search Index older than 4 hours - Search Index date 2015-11-10 12:41:02
Status Critical - Search Index older than 8 hours - Search Index date 2015-11-10 12:41:02

check_connections_comm_owners.py
This plugin will directly connect to the DB2 database of IBM Connections and will get all Communities without an owner
Example check command:
check_connections_comm_owners.py -H $ARG1$ -u $ARG2$ -p $USER13$ -w $ARG3$ -c $ARG4$
-H: DB2 Hostname or IP address
-u: DB2 username which can search the databases
-p: password of this DB2 user
-w: warning if there are more than w communities without an owner
-c: critical if there are more than c communities without an owner

Sample results:
Communites are OK, 1 Communities without an owner:
WGC Fotos ID: 0af79ebe-a381-451c-a305-7373w788e7ec
Warning - 1 Communities without an owner:
WGC Fotos ID: 0af79ebe-a381-451c-a305-7373w788e7ec
Critical - 1 Communities without an owner:
WGC Fotos ID: 0af79ebe-a381-451c-a305-7373w788e7ec


check_connections_comm_updates.py
This plugin will directly connect to the DB2 database of IBM Connections and will get all Communities without any activity since x days
Example check command:
check_connections_comm_updates.py -H $ARG1$ -u $ARG2$ -p $USER13$ -w $ARG3$ -c $ARG4$
-H: DB2 Hostname or IP address
-u: DB2 username which can search the databases
-p: password of this DB2 user
-w: warning if there are more than w communities without an owner
-c: critical if there are more than c communities without an owner

Sample results:
Communites are OK
Warning: There are communites which were not updates since 1460 days
WGC Fotos
Eclipse RCP Entwicklungen
Critical: There are communites which were not updates since 1460 days
WGC Fotos
Eclipse RCP Entwicklungen