Search found 9 matches

by ghostcat
Mon Apr 27, 2015 1:10 pm
Forum: Nagios Log Server
Topic: Re-Trial Request
Replies: 1
Views: 220

Re-Trial Request

Hello Team, I have been working with Nagios log server to meet the needs of our company's logging aggregation. This testing was cut short due to unforeseen technical limitations on our end when pulling logging from MS SQL via nxlog. We believe the limitation has now been lifted and are ready to full...
by ghostcat
Wed Feb 11, 2015 12:48 pm
Forum: Nagios XI
Topic: Selenium integration questions.
Replies: 4
Views: 424

Re: Selenium integration questions.

I think the concern here is that this is a document is published on your web-servers and not selenium's.
I understand the desire to transfer the responsibility for the issue elsewhere though, and i for one am not going to be belligerent about it.
Please lock the topic.

Kind Thanks,
by ghostcat
Wed Feb 04, 2015 9:38 am
Forum: Nagios XI
Topic: Selenium integration questions.
Replies: 4
Views: 424

Re: Selenium integration questions.

syntax error at graphs.pl line 58, near "elsif" Execution of graphs.pl aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. 58 is the elseif statement directly proceeding the wait statement, this leads me to believe its broken the if/e...
by ghostcat
Tue Feb 03, 2015 4:07 pm
Forum: Nagios XI
Topic: Selenium integration questions.
Replies: 4
Views: 424

Selenium integration questions.

OS: CentOS 64-bit Software: Nagios XI install running on vmware. Hello, I am currently working on a project to automate website integrity checks using nagios monitoring. I am using selenium IDE per the Nagios document referenced (/nagiosxi/docs/Integrating-Selenium-With-Nagios-XI.pdf ) after creatin...
by ghostcat
Mon Feb 02, 2015 2:32 pm
Forum: Nagios XI
Topic: clean_selenium_script assistance
Replies: 8
Views: 1273

Re: clean_selenium_script assistance

elsif ( ! $sel->pause("3000") ) {print "Location: " . $sel->get_location() . "\n";} this worked for me, the script waits the set milliseconds and then continues on as expected. Always welcome, but now I think you don't do correct again. Original code: elsif ( ! $sel->c...
by ghostcat
Mon Feb 02, 2015 10:42 am
Forum: Nagios XI
Topic: clean_selenium_script assistance
Replies: 8
Views: 1273

Re: clean_selenium_script assistance

I dont think that using construction between 29 and 31 lines is correct (it applies over all code). Can you please explain the code at following lines Line 30: $sel->pause(3000); Line 33: $sel->pause(3000); Line 36: $sel->pause(3000); Line 39: $sel->pause(3000); Line 42: $sel->pause(5000); Line 45:...
by ghostcat
Fri Jan 30, 2015 4:28 pm
Forum: Nagios XI
Topic: clean_selenium_script assistance
Replies: 8
Views: 1273

clean_selenium_script assistance

OS: CentOS 64-bit Software: Nagios XI install running on vmware. Hello, I need some assistance with "clean_selenium_script" referenced in document (/nagiosxi/docs/Integrating-Selenium-With-Nagios-XI.pdf ) i am running this against an selenium IDE exported perl file per the doc. use strict;...
by ghostcat
Mon Dec 08, 2014 2:16 pm
Forum: Nagios Log Server
Topic: Input source: logging from MSSQL table
Replies: 5
Views: 4272

Re: Input source: logging from MSSQL table

Thanks for the thoughts on the matter, It appears nxlog under Linux has some support for input via an sql source using the im_dbi module, However nxlog does not have support this module under windows. Luckily i'm primarily a Linux admin so challenge accepted. I am now running into "ERROR im_dbi...
by ghostcat
Mon Nov 24, 2014 3:33 pm
Forum: Nagios Log Server
Topic: Input source: logging from MSSQL table
Replies: 5
Views: 4272

Input source: logging from MSSQL table

My Goal is to retrieve logging that is written to a table within an MS SQL database. I'm asking here as i have not been able to set this up or find any info online, After some time spent researching and using some good old fashioned trial and error I believe the options are as follows 1. "MSSQL...