Re: [jffnms-users] error when editing hosts

2013-10-03 Thread Ruud Hop
Craig Small writes: > > On Fri, Aug 30, 2013 at 12:39:43PM +, Ruud Hop wrote: > > I found a small bug in 0.9.3-3: > > - Go to administration -> Host and Interfaces -> Hosts > > - Edit a host > > - Edit another host and you get: > > Not Found &g

Re: [jffnms-users] no windows cpu and network interface names in hex

2013-09-02 Thread Ruud Hop
Craig Small writes: > > On Fri, Aug 30, 2013 at 07:40:21AM +, Ruud Hop wrote: > > Before I take it into production, I want to solve two small problems: > > 1- When I scan a windows host for interfaces it doesn't show the cpu > > interface. On a Linux host it

Re: [jffnms-users] no windows cpu and network interface names in hex

2013-08-30 Thread Ruud Hop
Craig Small writes: > > On Fri, Aug 30, 2013 at 07:40:21AM +, Ruud Hop wrote: > > Before I take it into production, I want to solve two small problems: > > 1- When I scan a windows host for interfaces it doesn't show the cpu > > interface. On a Linux host it

[jffnms-users] error when editing hosts

2013-08-30 Thread Ruud Hop
Craig, I found a small bug in 0.9.3-3: - Go to administration -> Host and Interfaces -> Hosts - Edit a host - Edit another host and you get: Not Found The requested URL /jffnms/admin/adm/adm_standard.php&action= edit&actionid=34 was not found on this server. Regards, Ruud -

[jffnms-users] no windows cpu and network interface names in hex

2013-08-30 Thread Ruud Hop
Hi all, To replace my old 'server' (jffnms 0.8.3 on windows XP) I have jffnms 0.9.3-3 installed on Ubuntu server 12.04 (Got the email and sms working, Thanks Craig :-) ) Before I take it into production, I want to solve two small problems: 1- When I scan a windows host for interfaces it doesn't

Re: [jffnms-users] jffnms on Ubuntu - How to get email working?

2013-08-15 Thread Ruud Hop
Oops, I was looking in the wrong mailbox! (it's been a long day) I get a php warning, but the mail is send and received. The warning is only about the formatting of the body of the mail. The full name of the user is not found. Ruud -

Re: [jffnms-users] jffnms on Ubuntu - How to get email working?

2013-08-15 Thread Ruud Hop
Craig Small writes: > > On Mon, Aug 12, 2013 at 12:17:01PM +, Ruud Hop wrote: > > 14:08:10 E 13165:= 2013-08-12 14:07:57 - state: 3 - int: 3 - type: 12 > You have an alarm for interface 3 of type 12 (SLA alarm) > > > 14:08:10 alarm 94: T 2 - P 10 - R 2

Re: [jffnms-users] jffnms on Ubuntu - How to get email working?

2013-08-15 Thread Ruud Hop
Craig Small writes: > > On Mon, Aug 12, 2013 at 12:17:01PM +, Ruud Hop wrote: > > 14:08:10 E 13165:= 2013-08-12 14:07:57 - state: 3 - int: 3 - type: 12 > You have an alarm for interface 3 of type 12 (SLA alarm) > > > 14:08:10 alarm 94: T 2 - P 10 - R 2

Re: [jffnms-users] jffnms on Ubuntu - How to get email working?

2013-08-12 Thread Ruud Hop
Craig Small writes: > > On Fri, Aug 09, 2013 at 01:57:29PM +0200, Hop, Ruud wrote: > > 13:40:40 New Event (10840): 2013-08-09 13:40:40 - 12 - 3 - N: - alert - > > rrd_analizer_sla - Storage Used > 50%: 53.84 % - 9 > The SLA analyzer is working and its making a new event. > > > php -q consolidat

Re: [jffnms-users] jffnms on Ubuntu - How to get email working?

2013-07-11 Thread Ruud Hop
Removed postfix and mailutils and installed and configured the sendmail package. Sending mail manually is working. There is a default trigger 'Interface Status Change'. The trigger rules are: if type is not in SLA then send mail How can I check if this trigger works? I changed the 'Usage Thres

Re: [jffnms-users] jffnms on Ubuntu - How to get email working?

2013-07-05 Thread Ruud Hop
Tiberiu Vicol writes: > > As far I know JFFNMS use sendmail for mail alerts.To test use " sendmail -F > jffnms@... > rhop@... > /dev/null "Check your email and/or adjust your spam > filters to let jffnms to get trough. > than set your triggers in JFFNMS to catch you desired events. > Regards,Ti

[jffnms-users] jffnms on Ubuntu - How to get email working?

2013-07-04 Thread Ruud Hop
Hi all, Step by step I'm trying to get jffnms 0.9.3-3 working on Ubuntu 12.04 LTS. The next step I encounter is to get email working. The things I did: - Install postfix - install mailutils - from the command line I can send email with 'mail' I'm just trying to use the default trigger 'Interfac

Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-20 Thread Ruud Hop
And to know if it's information, a warning or an error is also helpfull :-) So the destination in syslog-ng config now looks like: destination d_jffnms { pipe ("/tmp/mysql.pipe" template("INSERT INTO syslog (date, date_logged, host, message) VALUES ('$YEAR-$MONTH-$DAY

Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-20 Thread Ruud Hop
We are using evtsys (http://code.google.com/p/eventlog-to-syslog/) to send the windows events to jffnms. Found that we lost the source in the events. Had to change the destination in syslog-ng config to: destination d_jffnms { pipe ("/tmp/mysql.pipe" template("INSERT INTO

Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-11 Thread Ruud Hop
Craig, I changed the syslog-ng configuration to destination d_jffnms { pipe ("/tmp/mysql.pipe" template("INSERT INTO syslog (date, date_logged, host, message) VALUES ('$YEAR-$MONTH-$DAY $HOUR:$MIN:$SEC', NOW\(\), '$FULLHOST', '$MSG'); \n") template-escape(yes)); }; And s

Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-11 Thread Ruud Hop
Craig Small writes: > > On Fri, Jun 07, 2013 at 07:56:13AM +, Ruud Hop wrote: > > and everything (local machine and remote machine) is logging to this file. > > Now how to get this logging into mysql? > I had another look at it. > Is the pipe file being made

Re: [jffnms-users] syslog-ng on Ubuntu

2013-06-07 Thread Ruud Hop
Craig Small writes: > > First of all, try to get local logging working, that way you cut down > the number of variables. I would also try to send the messages to a > normal log file. > > Are you also sure the remote device is sending messages using local6? > > - Craig Hi Craig, I had the fi

[jffnms-users] syslog-ng on Ubuntu

2013-06-06 Thread Ruud Hop
Hi all, I'm trying to install jffnms on Ubuntu and getting there step by step :-). JFFNMS is working, but I can't get events in the database. I have installed syslog-ng and configured it using the example: @version: 3.3 @include "scl.conf" # Syslog-ng configuration file, compatible with default

[jffnms-users] Anyone use satellites?

2010-06-24 Thread Ruud Hop
-Oorspronkelijk bericht- Date: Mon, 21 Jun 2010 22:07:27 +1000 From: Craig Small Subject: [jffnms-users] Anyone use satellites? To: JFFNMS Mail List Hello, I'm still cleaning up the code to make it parse with no errors and also so to turn off register globals. The code around the sate

Re: [jffnms-users] Problems with new build

2009-09-14 Thread Ruud Hop
mewhere and give a link. Your monitoring W2K3: did you configure the SNMP service to accept packets from your new JFFNMS server? Regards, Ruud Hop -Original Message- Van: Joel Watson [mailto:joel.wat...@kcom.com] Verzonden: maandag 14 september 2009 13:30 Aan: Ruud Hop Onderwerp: RE: Pr

Re: [jffnms-users] no data on physical interface graphs

2007-12-06 Thread Ruud Hop
> -Oorspronkelijk bericht- > Date: Wed, 5 Dec 2007 17:10:06 -0500 > From: James M Stump <[EMAIL PROTECTED]> > Subject: [jffnms-users] no data on physical interface graphs > To: jffnms-users@lists.sourceforge.net > Cc: Bill Bounds <[EMAIL PROTECTED]> > Message-ID: > > <[EMAIL PROTECT

Re: [jffnms-users] Reset JFFNMS Admin password

2007-09-20 Thread Ruud Hop
Moshiur, Problem is the password is encrypted, so just replacing it in mysql doesn't work. Javier uses the PHP crypt function to encrypt the passwords. I don't know PHP, but maybe someone else can help you with this. Ruud > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EM

Re: [jffnms-users] Need help for JFFNMS

2007-09-20 Thread Ruud Hop
Moshiur, You logged on to the wrong database. You should logon to the jffnms database with a user/password that has all rights for that database. So if you have a user jffnms with password jffnms, it should be: mysql -ujffnms -pjffnms jffnms And then the repair tables command regards, Ruud

Re: [jffnms-users] Netscreen support

2006-09-14 Thread Ruud Hop
I can't say for other people, but I'm only reading the digest of the mailing list :-) Ruud > -Oorspronkelijk bericht- > Van: Toddy Prawiraharjo [mailto:[EMAIL PROTECTED] > Verzonden: donderdag 14 september 2006 2:18 > Aan: 'Ruud Hop'; jffnms-users@lists

Re: [jffnms-users] Netscreen support

2006-09-12 Thread Ruud Hop
> -Oorspronkelijk bericht- > Date: Tue, 12 Sep 2006 09:24:43 +1000 > From: "Toddy Prawiraharjo" <[EMAIL PROTECTED]> > Subject: [jffnms-users] Netscreen support > To: > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > > Hello all, > > I went thru th

[jffnms-users] RE: JFFNMS with Net-SNMP problem

2006-04-07 Thread Ruud Hop
ecommunication Engineering Autodiscovery doesn't work on Windows. On Windows you have to manually add your host and then start a manual discovery of the interfaces. regards, Ruud Hop --- This SF.Net email is sponsored by xPML, a groundbreak

[jffnms-users] RE: NO graphs for Compaq physical drives

2006-03-08 Thread Ruud Hop
t; Variable = > host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageAllocati > onFailures.1 > Value= Counter32 0 > > Variable = > host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageAllocati > onFailures.2 > Value= Counter32 0 > > Variable = > host.hrS

[jffnms-users] RE: NO graphs for Compaq physical drives

2006-03-08 Thread Ruud Hop
> discovery there are the two compaq physical drives and the > status is up then > I tried to set the poller group storage device that Ruud told > me but it > doesn't let me, there are just two options: compaq physical > drive or no > poller group. > > Any help

[jffnms-users] RE: User JFFNMS

2006-03-02 Thread Ruud Hop
ncy > as the same as > HP Insight NIC Agent and for this one I can see the respective graph. > > thanks for your time, > > Julian > >From: Ruud Hop <[EMAIL PROTECTED]> > >To: 'Julian CastaƱo Restrepo' <[EMAIL PROTECTED]> > >CC: jffnms-users@lists.sou

RE: [jffnms-users] RE: User JFFNMS

2006-03-01 Thread Ruud Hop
de inici I don't understand why is this happening. thanks in advance. Julian C. >From: Ruud Hop <[EMAIL PROTECTED]> >To: "'jffnms-users@lists.sourceforge.net'" > >Subject: [jffnms-users] RE: User JFFNMS >Date: Tue, 28 Feb 2006 10:12:17 +0100 > &

[jffnms-users] RE: User JFFNMS

2006-02-28 Thread Ruud Hop
> From: [EMAIL PROTECTED] > To: jffnms-users@lists.sourceforge.net > Date: Mon, 27 Feb 2006 20:41:22 +0100 > Subject: [jffnms-users] User JFFNMS > > Hi all, > > First thanks for this helpful tool, well I had installed JFFNMS in a win > 2k3, and 'till now I just testing this same box, but I'm pla

[jffnms-users] RE: Server Migration

2005-12-01 Thread Ruud Hop
Chris, Because of changes in the database, I think the best thing you can do is: - Apply the updates 0.8.1 and 0.8.2 on the test server (See the documents UPGRADE.win32.txt in both packages) - Backup the database from the test server: c:\mysql\bin\mysqldump.exe --opt -u root -p jffnms > c:\jffnms

[jffnms-users] RE: event viewer

2005-10-28 Thread Ruud Hop
So you have created a host in JFF, you get the syslog messages from this host, but the messages are not assigned to this host? In what order did you do this, because the order should be: - create a host in JFF - install ntsyslog on Windows host and start sending messages. If you did it the other w

[jffnms-users] RE: event viewer

2005-10-26 Thread Ruud Hop
After installing ntsyslog, events are also still saved in the windows event logs. Ruud -Oorspronkelijk bericht- From: "klx out" <[EMAIL PROTECTED]> To: jffnms-users@lists.sourceforge.net Date: Tue, 25 Oct 2005 13:09:39 +0200 Subject: [jffnms-users] event viewer I have installed ntsyslog

[jffnms-users] RE: event viewr

2005-10-11 Thread Ruud Hop
I'm a Linux-newbie, so I can't tell you anything about the JFF installation on Linux. I presume that when you've followed the installation instructions from Javier, JFF should be ready to accept syslog-messages. The only thing that you need then, is something to send Windows-events as syslog messa

[jffnms-users] RE: event viewr

2005-10-04 Thread Ruud Hop
It's possible. You'll need NTsyslog from http://sourceforge.net/projects/ntsyslog/ to create syslog messages from events. See also the "Windows Syslog Install Guide" included in the JFFNMS package if you're running JFF on Windows. Ruud klx_out wrote: -

Re: [jffnms-users] jffnms,nagios, opennms, mrtg

2005-09-14 Thread Ruud Hop
The windows version also has Syslog processing, see the 'Windows Syslog Install Guide' included in the package. regards Ruud Javier wrote: Daniel, You should look at one of the demos or the screenshots on the jffnms webs= ite. If you plan to install JFFNMS in Linux, it will have all the featu

[jffnms-users] RE: Method for monitor NT4 server

2005-07-29 Thread Ruud Hop
Thanks Laurent, it works great. Ruud -Oorspronkelijk bericht- Date: Tue, 26 Jul 2005 14:52:18 +0200 From: "BOUDON, Laurent" <[EMAIL PROTECTED]> To: Subject: [jffnms-users] Method for monitor NT4 server Hi everybody, I try a method to monitor nt4 servers, with hostmib implementation.

[jffnms-users] RE: Monitor Services and Disks on NT4 Servers OK

2005-07-21 Thread Ruud Hop
Hi Laurent, I'm very interested. I was trying to use Compaq-MIBS myself, but don't have it working yet. regards, Ruud -Oorspronkelijk bericht- Date: Wed, 20 Jul 2005 11:20:11 +0200 From: "BOUDON, Laurent" <[EMAIL PROTECTED]> To: Subject: Monitor Services and Disks on NT4 Servers OK H

[jffnms-users] Re: jffnms doesn't find interfaces on subnet

2005-06-14 Thread Ruud Hop
Craig, We are using dedicated DSL-lines, not public. I know for sure that the UDP-packets get to my subnet, because I'm monitoring the network with MRTG at this moment. Ruud -Oorspronkelijk bericht- From: "Craig Burton" <[EMAIL PROTECTED]> To: Subject: Re: [jffnms-users] jffnms doesn't

Re: [jffnms-users] jffnms doesn't find interfaces on subnet

2005-06-14 Thread Ruud Hop
Javier, SNMPwalk works fine (I'm using GetIf). At this moment I'm still using MRTG to monitor network traffic on the windows machines and that works fine too. Manual discovery (with or without portscan) doesn't find interfaces when the machine is on another subnet. Ruud >Hi Ruud, > >It seems lik

[jffnms-users] jffnms doesn't find interfaces on subnet

2005-06-10 Thread Ruud Hop
Hi all, Some info about our network: - 9 locations connected with 256 KBps DSL lines - Windows 2000 Monitoring the network with MRTG worked, but because I wanted to monitor the Eventlogs from some machines I started looking for something more sophisticated. I found JFF and installed it on a Window