admin on April 13th, 2011

Orabbix

Orabbix 1.2.0-RC2 has been released!!

On this release:

Fixed some minor bug signaled from Felix Flux
Now those parameter
  • <QueryName>.RaceConditionQuery
  • <QueryName>.RaceConditionValue
are working right
Thank you Felix  for your feedback!!!
NOTE: This is a Candidare Release

This release is available for download here

 

Tags: , ,

admin on April 11th, 2011

Zabbix Logo

 

 

I’m glad to announce that I’ve successfully completed the training to achieve zabbix’s certification:

  • Zabbix Certified Specialist
  • Zabbix for Large Environments

The Zabbix’s training is very well done and Alexei has a great willingness and patience.

I would recommend this course to all, for me it was a very positive experience.

 

 

 

 

Tags: ,

Postbix logo

I’ve received this patch to improve (or better) to made Postbix start|stop script compatible with Ubuntu server 10.04

This patch has been developed from John O’Shea. Thank you John!

— /etc/init.d/postbix 2011-03-25 13:26:27.944434132 +0000
+++ /opt/postbix/init.d/postbix 2010-12-01 12:27:18.000000000 +0000
@@ -7,7 +7,10 @@
# processname: postbix
#
# Source function library.
-. /lib/lsb/init-functions
+. /etc/rc.d/init.d/functions
+
+# Get config.
+. /etc/sysconfig/network

# Check that networking is up.
[ “${NETWORKING}” = “no” ] && exit 0
@@ -21,7 +24,7 @@
$startup
RETVAL=$?
echo
– [ $RETVAL -eq 0 ] && touch /var/lock/postbix
+ [ $RETVAL -eq 0 ] && touch /var/lock/subsys/postbix
return $RETVAL
}

@@ -31,7 +34,7 @@
kill `cat $postbix/logs/postbix.pid`
RETVAL=$?
echo
– [ $RETVAL -eq 0 ] && rm -f /var/lock/postbix
+ [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/postbix
return $RETVAL
}

@@ -69,4 +72,4 @@
esac
exit $RETVAL


+
\ No newline at end of file

everyone can download here this new [start|stop] script

Tags: , ,

admin on March 15th, 2011

db2bix logo

*BIX family is growing day by day

The last born is  DB2BIX and made to be the easy choice for monitoring DB2 with zabbix.

NOTE: This software is not complete, it is just an alpha release DB2 admins are really welcome to write query and template for DB2BIX

Contact me here

Tags: , , ,

Postbix logo

I’ve released today Postbix 1.2.0-RC1 available on download area

Postbix 1.2.0 is based on code of Orabbix 1.2.0-RC1 so is really similar

I’ve published as well a new version of Installation Instructions for PostBIX

Here there is the official thread on zabbix forum

Major changes of this release:

  • Improved scalability and multithreading now Postbix can scale very easily  Now controls executed on databases  are independent of each other I removed almost completely sequential procedure on software so bottlenecks are higly reduced

Added parameters:

  1. <QueryName>.Trim=[true|false] if true the resultset is trimmed (default is true)
  2. <QueryName>.AddSpaces=[true|false] if true the add a space between columns of resultset(default is true)
  3. <QueryName>.ExcludeColumnsList=[1,2,3,..n]= exclude from result set the 1st, the 2nd etc.. columns from resultset

Now PostBIX use  jdbc4 for PostgeSQL 9.0

NOTE: This is a Candidare Release

 

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this. To know all the policy detais click here.

Close