I need to make some modifications to rules in yarpd and I'm a little concerned to say the least about inserting entries directly via SQL.
It may be me but the example arent filling me with confidence that I understand exactly what the syntax elements mean.
Is there a GUI planned for yarpd and does anybody know what release this is planned for?
I would love to consider Rivermuse as an option for solving some of our monitoring issues but I cant when a vital component requires direct DB manipulation.
Comments (2)
11 Mar
Ahmed Kira says:
Hi Peter, A GUI is definitely in the plans. Until one is made available, I love...Hi Peter,
A GUI is definitely in the plans. Until one is made available, I love using an application called Sequel Pro - since I'm a Mac fanboy
. It is super easy and comes very close to a RiverMuse provided GUI. More info on it can be found here:
http://www.sequelpro.com. You can even right-click on a table record, and copy the record as a SQL INSERT statement.
If you use a Windows based PC, the following page lists some options for different MySQL clients (many of them free): http://www.mustap.com/databasezone_post_148_top-10-free-mysql-tools
For yarpd configuration, you will primarily be adding/modifying records in the conditions and actions tables. The following link is a good place to start once you get a MySQL client: http://www.rivermuse.org/display/INTDEV/Yarpd.
I also have some correlation conditions/actions from a demo that will be posted to the RiverMuse website in the next few days. I can send those to you unless I figure a way to post them here.
Hope this helps, and let us know if you have any questions.
-Ahmed
17 Mar
Peter Jestico says:
Ahmed, Thank you very much, I'll take a look at the clients and see if I can re...Ahmed,
Thank you very much, I'll take a look at the clients and see if I can resurrect the project using one of those until the official GUI is out.
If you could let me have some of the correlations you have I would really appreciate it as an aid in the learning process.
Peter