From dnt07 at yahoo.co.uk Fri Mar 12 03:44:48 2010 From: dnt07 at yahoo.co.uk (Dean Thompson) Date: Fri, 12 Mar 2010 03:44:48 -0800 (PST) Subject: [Orca-users] Error running orca Message-ID: <623096.15644.qm@web24507.mail.ird.yahoo.com> HI there I'm getting an error running orca on solaris 10. -bash-3.00$ cat nohup.out "/opt/RICHPse/include/live_rules.se", line 115: error: syntax error "/opt/RICHPse/include/live_rules.se", line 115: fatal: Errors detected. Exiting. I've installed the latest tar ball as well as RICHPse 3.5.0. Regards Dean -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at baltic-online.de Fri Mar 12 06:35:16 2010 From: dam at baltic-online.de (Dagobert Michelsen) Date: Fri, 12 Mar 2010 15:35:16 +0100 Subject: [Orca-users] Error running orca In-Reply-To: <623096.15644.qm@web24507.mail.ird.yahoo.com> References: <623096.15644.qm@web24507.mail.ird.yahoo.com> Message-ID: Hi Dean, Am 12.03.2010 um 12:44 schrieb Dean Thompson: > I'm getting an error running orca on solaris 10. > > -bash-3.00$ cat nohup.out > "/opt/RICHPse/include/live_rules.se", line 115: error: syntax error > "/opt/RICHPse/include/live_rules.se", line 115: fatal: Errors > detected. Exiting. > > I've installed the latest tar ball as well as RICHPse 3.5.0. Could you please post a bug-report with your live_rules.se attached and maybe some debug output from se? Please use the bugtracker at Best regards -- Dago -------------- next part -------------- An HTML attachment was scrubbed... URL: From honeybajaj1 at rediffmail.com Tue Mar 30 15:11:27 2010 From: honeybajaj1 at rediffmail.com (honey bajaj) Date: 30 Mar 2010 22:11:27 -0000 Subject: [Orca-users] =?utf-8?q?Procallator_-_script_addtion_issue?= Message-ID: <20100330221127.15577.qmail@f5mail-237-203.rediffmail.com> Hi All, I am trying to incorporate tomcat monitoring through procallator on linux hosts, but am unable to pass my variables to put_output sub routing as I receive 'use of uninitialized value in print' error message, following is the script,I am trying to incorporated , kindly suggest my $host = 10.10.10.10:8808; my $username = abcd; my $password = xyz; my $connector = jk-9239; my $url = "http://$username:$password"."\@$host/manager/status?XML=true"; my $xml = `GET $url`; my $tomstatus = XMLin($xml); if( $Tomcat == 0 ){ ($jvm_memory_free) = ($tomstatus->{jvm}->{memory}->{free}); ($jvm_memory_max) = ($tomstatus->{jvm}->{memory}->{max}); } else { ($jvm_memory_free) = ($tomstatus->{jvm}->{memory}->{free}); ($jvm_memory_max) = ($tomstatus->{jvm}->{memory}->{max}); } put_output("JVM_MEMORY_FREE", $jvm_memory_free, "JVM_MEMORY_MAX", $jvm_memory_max ); Thanks for all your help. -------------- next part -------------- An HTML attachment was scrubbed... URL: