Orabbix 1.2.0-RC2 has been released!!
On this release:
- <QueryName>.RaceConditionQuery
- <QueryName>.RaceConditionValue
This release is available for download here
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.
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: linkedin, postbix, postgresql
*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
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:
- <QueryName>.Trim=[true|false] if true the resultset is trimmed (default is true)
- <QueryName>.AddSpaces=[true|false] if true the add a space between columns of resultset(default is true)
- <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