Search found 32 matches

by Linuxlogger
Fri Oct 28, 2016 4:46 pm
Forum: Nagios Log Server
Topic: php v5.4
Replies: 7
Views: 559

Re: php v5.4

I edited the php.ini file as instructed then restarted the web server, nothing. Then I had to restart the elasticsearch service due to logs filling the root partition. When I did I got the following errror: sudo service elasticsearch start PHP Warning: PHP Startup: Unable to load dynamic library '/u...
by Linuxlogger
Fri Oct 28, 2016 11:52 am
Forum: Nagios Log Server
Topic: php v5.4
Replies: 7
Views: 559

Re: php v5.4

Looking for how to install sourceguardian package I found the following: sudo mkdir /usr/local/sourceguardian cd /usr/local/sourceguardian sudo wget http://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz sudo tar xzf loaders.linux-x86_64.tar.gz sudo cp ixed.5.6.lin /opt/sp/php5.6...
by Linuxlogger
Thu Oct 27, 2016 2:55 pm
Forum: Nagios Log Server
Topic: php v5.4
Replies: 7
Views: 559

Re: php v5.4

Can you please provide the download link. thank you
by Linuxlogger
Thu Oct 27, 2016 9:53 am
Forum: Nagios Log Server
Topic: php v5.4
Replies: 7
Views: 559

php v5.4

We have installed nagios log server on one of our Redhat 6 machines. A recent security scan revealed a high number of php vulnerabilities. It appears that php-5.3.3-48.el6_8.x86_64 as well asp php-cli, php-ldap, and php-common are installed. php-5.6.26-1.fc24 appears to contain fixes for this vulner...
by Linuxlogger
Tue Oct 18, 2016 12:40 pm
Forum: Nagios Log Server
Topic: Alerts not triggering email
Replies: 1
Views: 168

Alerts not triggering email

I am having concerned with issues of emails not being sent when a Warning or Critical event is triggered. I have one set up for file access to a specific folder on our servers. It is set to warning for 1 event in 5 min and Critical for 3. When I look at the Alert and back the time up a few hours I s...
by Linuxlogger
Tue Oct 11, 2016 8:34 am
Forum: Nagios Log Server
Topic: Assigning Default Dashboard for non-Admin user
Replies: 1
Views: 222

Assigning Default Dashboard for non-Admin user

I have been unable to discover how to assign a specific dashboard to a user. For example, I have created a web dashboard that I would like to assign to my web admin, I have a Authentication dashboard that I would like to assign to my LDAP admin and and access dashboard that I want to assign to a sec...
by Linuxlogger
Tue Sep 13, 2016 4:31 pm
Forum: Nagios Log Server
Topic: Logstash Collector failing
Replies: 4
Views: 1430

Re: Logstash Collector failing

The issue is resolved. I ended up rerunning fullinstall and everything is working now.
by Linuxlogger
Tue Sep 13, 2016 1:57 pm
Forum: Nagios Log Server
Topic: Logstash Collector failing
Replies: 4
Views: 1430

Re: Logstash Collector failing

Looking at the /var/log/logstash/logstash.log I see the following message when I attempt to restart the logstash server {:timestamp=>"2016-09-13T11:52:46.061000-0700", :message=>"Could not start TCP server: Address in use", :host=>"0.0.0.0", :port=>5544, :level=>:error}...
by Linuxlogger
Tue Sep 13, 2016 11:29 am
Forum: Nagios Log Server
Topic: Logstash Collector failing
Replies: 4
Views: 1430

Logstash Collector failing

Hi All, I have a single instance NLS server that has been running well until recently. Currently the Logstash collector will only run for a few seconds at a time. I have tried the usual troubleshooting items, restarted the service, restarted the database service and the logstash collector, Rolled ba...
by Linuxlogger
Thu Aug 25, 2016 11:47 am
Forum: Nagios Log Server
Topic: Is there an import filter to ingest csv files.
Replies: 6
Views: 1229

Re: Is there an import filter to ingest csv files.

So... This should work then? # DB2 import filter filter { if "DB2" in [tags] { csv { convert => { "TIMESTAMP" => "date_time", "CATEGORY" => "string", "EVENT" => "string", "USERID" => "string", "ROWSMODIFIE...