On Fri, Apr 06, 2012 at 02:50:22PM -0700, nairb rotsak wrote:
> Seemed like most things are working when I went into add triggers to start 
> alerting on stuff. I click on Administrative, Triggers & Filters, Triggers 
> Configuration, Add, put in Test1 and Save. When I click on View (next to the 
> new rule) the bottom half of the screen shows up like it is supposed to.. I 
> click on Add down there and I get my first row, with a default ID of 10. 
> 
> If I click on Edit and do anything, then Save, it disappears!  Even if I just 
> click on Edit, then click on Save, it disappears. 
Hello,
  Thanks for your report I can see the problem here with the RC1 too.
There were actually two problems here. The first was trigger_id was
being set to 0 which is not a valid ID. The old code uses the nasty,
nasty php function compact() which while it has trigger_id the variable
is not set (and we use globals back then so you cannot find it) so it
wasn't set, the update fixes this.

Also, action_id is different to actionid. The first is the action I'll
do on this rule, like send email while the second is the record I am
editing and I had them mixed up in the code. That is fixed now.

> I know it is keeping track of it.. the Record ID keeps going up.  I saw other 
> person in the forums ask this question and nobody said anything.. any help?
They're there, just with the wrong trigger_id and action_id.

 - Craig

-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to