Sponsored Content
Full Discussion: Awstats webserver analyser
Special Forums UNIX and Linux Applications Infrastructure Monitoring Awstats webserver analyser Post 302914189 by ajayram_arya on Friday 22nd of August 2014 12:42:44 PM
Old 08-22-2014
RedHat Awstats webserver analyser

Need assistance in troubleshooting

I have configured awstats 7.3 version on RedHat linux and I am stuck at getting the updates from the website . Please let me know if anybody can give me some inputs

I can see the webpages but it gives "Never updated (See 'Build/Update' on awstats_setup.html page)"

Code:
/local/tools/perl-5.18/bin/perl awstats.pl -config=awstats.webstats.conf -update
Create/Update database for config "./awstats.webstats.conf" by AWStats version 7.3 (build 20140126)
From data in log file "/local/tools/awstats-7.3/var/log/access.log"...
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
Jumped lines in file: 0
Parsed lines in file: 0
 Found 0 dropped records,
 Found 0 comments,
 Found 0 blank records,
 Found 0 corrupted records,
 Found 0 old records,
 Found 0 new qualified records.

 

3 More Discussions You Might Find Interesting

1. BSD

can't install AWStats

I am running FreeBSD 6.3 and trying to install AWStats. I found this site with some instructions: Installing AWStats on FreeBSD however, the pkg install doesn't work. This is the error I get: dl1-3# pkg_add install -r awstats pkg_add: can't stat package file 'install' pkg_add: can't stat... (3 Replies)
Discussion started by: jasonfrost
3 Replies

2. UNIX for Advanced & Expert Users

Building a performance static analyser

I was wondering if someone could let me know if tools exist that check for performance degrading coding practices. There is of course the well known Valgrind (Valgrind Home), but the question is more if it is possible at a fundamental level. Do generic test cases exist for checking statically for... (9 Replies)
Discussion started by: figaro
9 Replies

3. OS X (Apple)

Text mode AF spectrum analyser.

Well guys, this MUST be a first. This is DEMO code only and has NO error detection or correction, nor out of bounds checking. I have succumbed to Python and scipy to do the FFT heavy lifting as I have absolutely no idea where to start do such a thing using AWK. This is a taster for me to... (7 Replies)
Discussion started by: wisecracker
7 Replies
DlfAnalyser(3pm)					  LogReport's Lire Documentation					  DlfAnalyser(3pm)

NAME
Lire::DlfAnalyser - Base interface for all DLF analysers. SYNOPSIS
use base qw/ Lire::DlfAnalyser /; DESCRIPTION
This package defines the interface that must be implemented by all DLF Analysers. All the methods defined in this package will throw a 'method not implemented' exception if they are called. Analyser which produce DLF records for an extended schema should probably use the simpler Lire::DlfCategoriser interface. META INFORMATION METHODS
These methods provides information to the Lire framework about the DLF analysers. The Lire::DlfAnalyser interface extends the Lire::Plugin interface, so they must implement all standard meta-information methods (name(), title(), description()). src_schema() Returns the Dlf schema which is analysed by this analyser. E.g. "www" dst_schema() Returns the Dlf schema which is producted by this analyser. E.g. "www-user_session" IMPLEMENTATION METHOD
The analyser does its job using the analyse() method. analyse( $process, $config ) The $process parameter contains the Lire::DlfAnalyserProcess object which is controlling the conversion process. The $config parameter contains configuration data that was specified in the AnalysisJob for that converter. To register configuration specification for you DlfAnalyser, you just need to define a configuration specification under the name analyser_name_properties. This should be either a RecordSpec or ObjectSpec. SEE ALSO
Lire::DlfAnalyserProcess(3pm), Lire::DlfStore(3pm), Lire::PluginManager(3pm), Lire::DlfCategoriser(3pm). AUTHOR
Francis J. Lacoste <flacoste@logreport.org> VERSION
$Id: DlfAnalyser.pm,v 1.4 2006/07/23 13:16:28 vanbaal Exp $ COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 DlfAnalyser(3pm)
All times are GMT -4. The time now is 04:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy