[email protected] escreveu:
Send jffnms-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/jffnms-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of jffnms-users digest..."
Today's Topics:
1. Re: 0.8.5 Issues with Setup & Sign in Screen (Craig Small)
2. Re: 0.8.5 Issues with Setup & Sign in Screen (Smith, Jeff)
3. Beginner in jffnms (Marco Tulio de Oliveira Alves)
4. Re: Beginner in jffnms (Craig Small)
5. E-mail notification to customers (Drozdik Bela EB_HU)
6. RE?: E-mail notification to customers (LIMA David)
----------------------------------------------------------------------
Message: 1
Date: Wed, 12 May 2010 09:11:39 +1000
From: Craig Small <[email protected]>
Subject: Re: [jffnms-users] 0.8.5 Issues with Setup & Sign in Screen
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Tue, May 11, 2010 at 10:19:43AM -0500, Smith, Jeff wrote:
Then did an upgrade from 0.8.4 to 0.8.5, and am getting the following
errors when I attempt to access the Default start page for JFFNMS
Notice: Undefined variable: i in C:\jffnms\lib\gui.toolkit.inc.php on line
47
gui.toolkit.inc.php hasn't changed in about 2 or 3 versions of JFFNMS.
This looks like the elevated error_reporting is complaining about
things.
Edit conf/config.php, you're looking for lines with error_reporting() in
it
Line 6: uncomment error_reporting(7);
Line 53: comment out
$error_level = error_reporting(E_ERROR | E_WARNING | E_PARSE);
Line 59 comment out
error_reporting($error_level);
This will mean you have lower error reporting going on. The messages are
like compilier warnings. Mine go elsewhere so they don't bother me but
doing this will suppress the messages.
I'm trying to hunt these down and remove them in 0.8.6 There is already
a lot of work with variable scope in the next version.
- Craig
------------------------------
Message: 3
Date: Fri, 14 May 2010 10:38:02 -0300
From: Marco Tulio de Oliveira Alves <[email protected]>
Subject: [jffnms-users] Beginner in jffnms
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
Started in JFFNMS and liked the idea.
I'm having some problems.
When using syslog-ng normal, JFFNMS works, but when using the DNS in
syslog-ng flaw:
srv01:/opt/jffnms/engine# php -q consolidate.php
10:30:35 Consolidator Starting...
10:30:35 SYSLOG Events to Process: 12495
10:30:35 S 16:= 2010-05-13 22:09:12.233314 gateway CRON[13534]:
pam_unix(cron:session): session opened for user root by (uid=0)
10:30:35 S 16:= Matched ^([^[]+)(?:\[\d+\])?:\s+(.+)$
pg_ping(): Unknown database type.srv01
the event does not register more syslog.
What do I do?
Thanks
Marco Tulio
------------------------------
Message: 4
Date: Sat, 15 May 2010 20:21:28 +1000
From: Craig Small <[email protected]>
Subject: Re: [jffnms-users] Beginner in jffnms
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Fri, May 14, 2010 at 10:38:02AM -0300, Marco Tulio de Oliveira Alves wrote:
> When using syslog-ng normal, JFFNMS works, but when using the DNS in
> syslog-ng flaw:
>
> 10:30:35 S 16:= 2010-05-13 22:09:12.233314 gateway CRON[13534]:
> pam_unix(cron:session): session opened for user root by (uid=0)
> 10:30:35 S 16:= Matched ^([^[]+)(?:\[\d+\])?:\s+(.+)$
> pg_ping(): Unknown database type.srv01
So if you have syslog messages with IP addresses, it works, but if you
have syslog messages with hostnames you get an error?
This match is the default match too, so its probably something you won't
worry about much anyhow.
The problem looks like it is in engine/consolidate/syslog.php
I don't see why you are not getting the right error message, which would
start with SY4.
does this happen with all messages?
- Craig
--
Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/ Debian GNU/Linux, software should be Free
Yes. The problem happens with all messages coming from syslog-ng. The syslog-ng configured for hostname and no IP address.
The hosts do not update the screen as before, like, a host is down.
Apparently everything is stopped / caught.
Att.
Marco Túlio
------------------------------