Sebastian Martinez indicated that the PHP-PROCESS was missing and that was
true. I installed it and it appears to be working. What I don't understand
how it worked fine for about 2 months without this and the all of the
sudden it stopped. Thank you all for your help.
Pedro
On Oct 30, 2014 2:50 PM
This is an output i get when I when i run
[root@ClinEngNMS engine]# php poller.php
Note the error below at end:
13:10:38 PAR: Items Waiting/Polling=Total: 253/5
13:10:38 PAR: Childn Min/Max Idl/Bsy/Srt/Ded/Otr=Tot: 0/5 0/5/0/0/0=5
13:10:39 CH:3 (18339): : H 6 : I 33 : P 10 :
app_status,c
On Wed, Oct 29, 2014 at 01:42:44PM -0500, Pedro Sotelo wrote:
> I am running jffnms 0.9.4 on a RedHat 6.4 OS. I am by no means a Linux
> expert and need some help. My graphs have not been working correctly since
> Friday 10/23/2014. They appear to be intermittent. The poller appears to be
> running
Hi all,
I am running jffnms 0.9.4 on a RedHat 6.4 OS. I am by no means a Linux
expert and need some help. My graphs have not been working correctly since
Friday 10/23/2014. They appear to be intermittent. The poller appears to be
running with out issues but no data on the graphs. The system was wo
I just installed JFFNMS 9.4 and everything on the status page is ok. I
installed on Red Hat Linux and get the following error when I try to run
the poller manually . I am running PHP 5.3.3.
"Unknown column 'sysobjectid' in 'field list'
I did try and import an old mysql db from my prior JFFNMS ins
On Mon, Oct 22, 2012 at 01:31:52AM -0600, Jawaid Bazyar wrote:
> I am evaluating the upgrade to 0.9.x. We have several thousand
> interfaces and encounter false alerts on a fairly regular basis, from
> what I believe is jff being overloaded.
The overloads mainly happen around the rrdtool updates,
Hi,
We have been using jffnms for some time (4 years?) and are still on 0.8.3.
I am evaluating the upgrade to 0.9.x. We have several thousand
interfaces and encounter false alerts on a fairly regular basis, from
what I believe is jff being overloaded.
I see a recent post from Craig regarding o
On Wed, Sep 05, 2012 at 04:59:21PM +0300, Tiberiu Vicol wrote:
> Thanks Craig, this is a great improvement that will make a great difference !
I hope so and will be interested hearing from some of the bigger
installations about what happens there; there is only so many devices I
can put on my desk.
Thanks Craig, this is a great improvement that will make a great difference !
Best regards,
Tibi
> Date: Wed, 5 Sep 2012 23:16:11 +1000
> From: csm...@enc.com.au
> To: jffnms-users@lists.sourceforge.net
> Subject: [jffnms-users] poller improvements
>
> Hello,
> I
Hello,
I've done some work on the RRD api to speed up the rrd backend which
is often the slow part of pollers (along with reachability). The code
is currently sitting in git but will be in the next release.
The first change is to fix up the code around using rrdcached which
stops the IO waitin
On Thu, Mar 13, 2008 at 10:43:20AM -0500, Joe Wells wrote:
> This seems backwards to me, but no big deal. I thought that a counter
> would be used for straight-ahead reporting of the number of widgets
It probably is backwards. Remember this comes from the folk who designed
SNMP. Anyone that thinks
On Thu, 2008-03-13 at 11:41 +1100, Craig Small wrote:
> On Mon, Mar 10, 2008 at 05:08:06PM -0500, Joe Wells wrote:
> > Yup, it's a counter. I'm re-doing it as gauge to see what happens. Looks
> > better already, though.
> >
> > I thought that this would be a counter, and the JFFNMS docs list it a
On Mon, Mar 10, 2008 at 05:08:06PM -0500, Joe Wells wrote:
> Yup, it's a counter. I'm re-doing it as gauge to see what happens. Looks
> better already, though.
>
> I thought that this would be a counter, and the JFFNMS docs list it as a
> counter.
ICMP messages should be a counter. You don't care
On Tue, 11 Mar 2008 08:56:19 +1100, Craig Small <[EMAIL PROTECTED]> wrote:
> Let's see 7833 / 300 is 26.11 and you're getting values like a half to
> three-quarters.
>
> Could you of possibly made this RRD file a type of counter and not
> gauge? 45 icmp messages every minute is probably quite p
On Mon, Mar 10, 2008 at 04:42:16PM -0500, Joe Wells wrote:
> 16:40:16 : H 3 : I 2386 : P 10 : icmp_inmsgs(.1.3..1.0): 7833 ->
> rrd(): icmp_inmsgs:7833 (time P:4.96 | 35.88)
That looks ok, 7833
> adcsl10vmnet:/opt/jffnms/rrd # rrdtool fetch interface-2386-0.rrd AVERAGE
>
> 1205181900: 5.65
I've been trying to add some custom interfaces to JFFNMS with little
success. Interfaces that ship with JFFNMS seem to work fine, but custom
ones seem to have trouble getting the data into the rrd file. To check
myself, I created the ICMP in Messages interface as outlined in the manual.
Once I disc
Hi
So I've fully updated my backend mysql database to 0.8.3 to match the
running frontend. Yet, when running from cron, the pollers never populate
the RRD files, yet when run manually, as the jffnms user (sudo jffnms, php
-q poller2.php HOSTID), the RRD files show data. Is there something else
th
Hello,
Just to complete this part of the info.
On Tue, Feb 26, 2008 at 8:32 PM, ... <[EMAIL PROTECTED]> wrote:
> Hi
> So I've edited my cron file to replace the variables $JFFNMS and $PHP with
> the actual paths in each command;
You don't have to do that. Here are the first few lines of my cront
Hi
After some troubleshooting, I realized what seems to be the problem. I WAS
running the poller manually as root, but when running it as the jffnms user,
it fails with a segmentation fault. Following this lead, I realized that
the previous jffnms admin had made some database changes (extra inter
It's probably a silly question, but when you run it by hand are you
running at thye jffnms user? Just in case you aren't, try su'ing to the
jffnms user "/bin/su - jffnms" and see if you still get the rrds
populated correctly, if not, it sounds like a permissions problem.
If you are running as
Hi
So I've edited my cron file to replace the variables $JFFNMS and $PHP with
the actual paths in each command;
# New Poller for big Networks
*/1 * * * *cd /opt/jffnms/engine && /usr/bin/php -q poller2.php master
$THREADS >/dev/null 2>&1
Does this look right? When I grep for poller, this is
Hello,
On Tue, Feb 26, 2008 at 3:11 PM, ... <[EMAIL PROTECTED]> wrote:
> Hi
> So I've just done a fresh install of JFFnms 0.8.3, running on Ubuntu server
> 7.10. The database is mysql running on a separate box. If I run the poller
> manually for any particular host (a few times in a row), and t
Hi
So I've just done a fresh install of JFFnms 0.8.3, running on Ubuntu server
7.10. The database is mysql running on a separate box. If I run the poller
manually for any particular host (a few times in a row), and then do a
rrdtool dump of the rrd file, I see valid values and if I try to pull up
EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Small
Sent: 29 August 2007 01:19
To: jffnms-users@lists.sourceforge.net
Subject: Re: [jffnms-users] poller process hanging, how can I tell on what
host/interface? Debug each poller thread???
On Tue, Aug 28, 2007 at 02:59:13PM -0400, ... wrote:
On Tue, Aug 28, 2007 at 02:59:13PM -0400, ... wrote:
> We are using jffnms 8.3 on debian. We've never had a problem with this box
> before, but recently graphing has been stopping and does not start until I
> do a 'ps -ef' and manually kill off the couple of hung poller processes. We
> use poller
Hi
We are using jffnms 8.3 on debian. We've never had a problem with this box
before, but recently graphing has been stopping and does not start until I
do a 'ps -ef' and manually kill off the couple of hung poller processes. We
use poller2.php with 20 threads and under normal working conditions,
Which jffnms version are you running?
Run the poller manually for that host:
# cd /opt/jffnms/engine
# php poller.php 7 72
Javier
umair shakil wrote:
>
> Dear All,
>
> I am usning Centos 4.3 Server. Jffnms is installed and working but i got
> the this error:
>
>
> "The RRDTool files for Int
Dear All,
I am usning Centos 4.3 Server. Jffnms is installed and working but i got the
this error:
"The RRDTool files for Interface ID 72 (from Host ID 7), has not been
created by the Poller Process yet"
Its has been couple of days..
Specs of packages are:
php-4.3.9-3.22.i386.rpm
php-gd-
Thank you Craig.
For whatever reason mysql module was not loading up even though the
extention=mysql.so was in /etc/php5/cli/php.ini, running php -m showed
that.
Running the following on ubuntu edgy: sudo dpkg-reconfigure php5-mysql
and answering yes to two questions regarding loading of mysql fi
On Wed, Dec 06, 2006 at 09:08:04AM -0500, Gan, Rafal wrote:
> Running php -q poller.php or poller2.php or rrd_ analizer.php seems to
> just quit after executing the command with no output displayed on the
> screen. Any ideas where I can start to try to understand what the
> problem might be?
I've s
@lists.sourceforge.net
Subject: Re: [jffnms-users] poller or any other php script does not seem
tobe working
these commands just quit when the are already running, if you want to
see the output:
1) first empty your cronjob
2) wait when these processes are stopped
3) and then execute manualy
You should see now
these commands just quit when the are already running, if you want to
see the output:
1) first empty your cronjob
2) wait when these processes are stopped
3) and then execute manualy
You should see now the output.
2006/12/6, Gan, Rafal <[EMAIL PROTECTED]>:
> I have installed jffnms 0.8.3 on ubunt
I have installed jffnms 0.8.3 on ubuntu edgy system.
PHP 5.1.6 (cli) (built: Nov 2 2006 12:49:10)
mysql Ver 14.12 Distrib 5.0.24a
Apache/2.0.55
I have modified both /etc/php5/apache/php.ini and /etc/php5/cli/php.ini
and used the INSTALL document for the installation instructions.
The web porti
If you use poller2 you should be able to set a polling time of 1 minute.
Javier
klxout wrote:
> I have two interfaces (a computer and a router) and I like to define
> different poller time for this interfaces, I want a poller of 5 minutes
> for a computer and 1 minute for router. I have edited
I have two interfaces (a computer and a router) and I like to define
different poller time for this interfaces, I want a poller of 5 minutes
for a computer and 1 minute for router. I have edited every host with
this time 5 and 1 minutes, and in crontab if I put 5 minutes all
interfaces poller time
how can I
test that poller in this hosts run every minute o every 5 minutes
Thanks
Date: Fri, 16 Jun 2006 15:29:18 +0200
From: "Boris Belousov/GEMMA Systems spol. s r.o." <[EMAIL PROTECTED]>
Subject: Re: [jffnms-users] poller
To: "klx out" <[EMAIL PROTECTED]>
Cc:
[EMAIL PROTECTED]
16.06.2006 15:24
To
jffnms-users@lists.sourceforge.net
cc
Subject
[jffnms-users] poller
I like to know if it is possible to modify the tiem
of the poller and define
a time of 1 minute for some interfaces only two in
I like to know if it is possible to modify the tiem of the poller and define
a time of 1 minute for some interfaces only two interfaces
Thanks
_
Grandes éxitos, superhéroes, imitaciones, cine y TV...
http://es.msn.kiwee.com/ Lo mej
On Fri, Apr 21, 2006 at 12:31:50PM -0400, Tim Jackson wrote:
> I'd love to see JFFNMS with some faster pollers, perhaps something not
> written in PHP? I know the Cacti guys moved away from PHP pollers
> because of this.
I've considered doing just that, changing the poller to C. The problem
is th
On 04/21, Jason Lavoie wrote:
> To start, I've run autodiscovery against one of our routers, a cisco
> 6500, and it produces 599 interfaces. poller2.php never completes (it
> just times out), and poller.php takes > 5 minutes to poll just that one
> host:
>
> 10:20:44 : H 2 : Poller End, Total
I have been reading this thread with interest. I too had an issue
with the poller taking a fair amount of time. Granted I probably am
not running near as much as some of you, but it seems if you use the
poller2 instead of the old poller, things do run better.
I am posting my crontab of what I
On 04/21, Kory wrote:
> I ran into a similar problem but found that (in my situation) that the
> SNMP_PING function was the problem.
I noticed that started happening too, when I entered a rwcommunity for
the device. In pollers/cisco_snmp_ping_start.php:
if (($peer) && ($host_ip) && ($rw_
gt; [EMAIL PROTECTED] On Behalf Of Tim Jackson
> Sent: Friday, April 21, 2006 10:32 AM
> To: Leigh Porter
> Cc: jffnms-users@lists.sourceforge.net
> Subject: Re: [jffnms-users] poller speed
>
> We used to run into similar issues. We've actually moved away from
> JFFNMS because
We used to run into similar issues. We've actually moved away from
JFFNMS because of performance issues. Our server monitoring 1800
interfaces was running at > 1.0 load averages 24/7. We ended up going
another route for NMS. JFFNMS is still the only thing out there with it
all built in one solu
Hiya,
I have hosts that have about 300 interfaces and yeah, it takes a while
to poll them :)
There is a threaded poller but I have not been able to make this work yet.
Saying that, I have about 2200 interfaces and my CPU load is at 45 on a
duel cpu XEON :(
--
Leigh
Jason Lavoie wrote:
I'
I'm looking at using jffnms in our network. The interface is great, and
it looks very promising. What I'm stumped on is the performance of the
poller.
To start, I've run autodiscovery against one of our routers, a cisco
6500, and it produces 599 interfaces. poller2.php never completes (it
just
On Wed, Apr 19, 2006 at 03:23:21PM -0500, Gerard Gacusan wrote:
> Here's the permission of the RRD directory and it is generating rrd files .
> still not showing graphs. Any help please?
> -rw-rw 1 jffnms jffnms 829980 Apr 19 16:16 interface-98-7.rrd
Does either the apache process run as user
Here’s the permission of the RRD directory and it is
generating rrd files … still not showing graphs. Any help please?
-rw-rw 1 jffnms jffnms 829980 Apr 19 16:16
interface-98-7.rrd
-rw-rw 1 jffnms jffnms 829980 Apr 11 16:36
interface-98-8.rrd
-rw-rw 1 jffnms jffnm
I got this error message. This is installed
in FC4. Any idea please … My RRDTool is version 1.0.33
The
RRDTool files for Interface ID 14 (from Host ID 3), has not been created by the
Poller Process yet
Thanks,
Gerard
All,
Can anyone offer up suggestions for how they have their polling batch files scheduled under Windows that allows a busy server to actually make it through all the polled interfaces?
I just upgraded to new hardware and it should be able to handle much more than the old server but it doesn't seem
Hello Everybody
I have a problem witn snmp, i installed net-snmp and compiled with php, when I run manually scripts as jffnms user the snmp run ok, the poller run oks and the discover its ok,
##
[EMAIL PROTECTED] engine]$ . /www/htdocs/jffnm
Hello,
Is it possible to run the poller every 10 seconds instead of 5 minutes.
Many thanks for your help
Best regards
thomas
---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * De
Behalf Of Javier
Szyszlican
Sent: Thursday, May 26, 2005 12:37 PM
Cc: jffnms-users@lists.sourceforge.net
Subject: Re: [jffnms-users] Poller setup to query good/bad battery on
APC UPS
Mike,
Everything you did is ok, you only have to add the OK Battery and Bad
Battery statuses to the alarms status
That did it.
Thanks!
Mike Concannon
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Javier
Szyszlican
Sent: Thursday, May 26, 2005 12:37 PM
Cc: jffnms-users@lists.sourceforge.net
Subject: Re: [jffnms-users] Poller setup to query good/bad battery on
Mike,
Everything you did is ok, you only have to add the OK Battery and Bad Battery
statuses to the alarms status screen.
Javier
Concannon, Mike wrote:
Hi Javier,
First, just a quick note to let you know that upgrading to 0.8.2 has
solved all of my APC UPS graphing problems. Very handy t
Hi
Javier,
First, just a quick
note to let you know that upgrading to 0.8.2 has solved all of my APC UPS
graphing problems. Very handy to be able to do some historical tracking on
our UPS's.
So on to the next
item! I'm working on building a poller item that determines if a UPS
batter
|
snmp_counter | .1.3.6.1.4.1.311.1.4.1.1.6.1.12.
|
- Original Message -
From: "Javier Szyszlican" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, May 17, 2005 9:25 AM
Subject: Re: [jffnms-users] poller Problem
> Show us the poller table items too.
>
> Ja
Show us the poller table items too.
Javier
Paul Hardy wrote:
> I tried to set all the names the same but still get nothing passed to the
> rrd where dose the rrd info come fromwould any other data help point what I
> have missedthanks Paulthis is from the poller
> grouping+---+--+
I tried to set all the names the same but still get nothing passed to the
rrd where dose the rrd info come fromwould any other data help point what I
have missedthanks Paulthis is from the poller
grouping+---+--+-+-+
| ID| Position | Poller
On Mon, May 16, 2005 at 09:38:46PM +0100, Paul Hardy wrote:
> 20:03:24 : H 35 : Poller Start : 6 Items.
> 20:03:24 : H 35 : I 250 : P 10 :
> snmp_counter:mssql_db_log_size(.1.3..2.7): 7633 -> buffer(): 1 (time P:186.4
> | 0.82)
> 20:03:24 : H 35 : I 250 : P 20 :
> snmp_counter:mss
I have managed to get the data out of mssql server
and returning values but donnet seem to be passing it to the rrd, what am I
missing
thanks Paul
20:03:24 : H 35 : Poller Start :
6 Items.20:03:24 : H 35 : I 250 : P 10 :
snmp_counter:mssql_db_log_size(.1.3..2.7): 7633 -> buffer
Hi David,
ps is an internal Unix utility.
Are you sure you have your OS set to "Windows" in setup.php?
Javier
Gibbons, David wrote:
Hello all,
I seem to have an issue with the poller script. I keep getting and
error stating that 'ps' is not recognized as an internal application.
I reviewed the pol
Hello all,
I seem to have an issue with the poller script. I keep getting and
error stating that 'ps' is not recognized as an internal application.
I reviewed the poller.bat and poller.php files and I cannot find a
reference to "ps". Has anyone seen this issue before?
Thanks.
David Gibbons
Sr
Hi Sean,
Its possible that they are polling hosts that take a long time.
Are they identical? I mean, the numbers after poller.php are the same?
You can do a killall php if there a re too many.
The new poller that will be included in 0.8.0 "fixes" this problem.
Javier
Sean Marshall wrote:
When I che
When I check my processes ps -aef | grep poller.php
it shows multiple instances running up to about a dozen or so and they never
seem to go away. Should this script
always be running? I've noticed my
jffnms server is a bit quirky,
some error's never seem to go away or take a very long ti
we can also use RTT with smokeping (we are using the windows version now, everything on one box).
-Original Message-
From: Anang Syarifudin [mailto:[EMAIL PROTECTED]
Sent: Wed 7/28/2004 12:19 AM
To: [EMAIL PROTECTED]
Cc:
Subject: [jffnms-users] Poller speed
Anang,
It will be great if we could see why the poller is taking so long.
Can you run it manually and send me the output?
Try:
cd /op/jffnms/engine
/usr/bin/php -q poller.php 2 0 1 0 0
And save all the output.
Thanks for still being with us.
Javier
Anang Syarifudin wrote:
Hi Javier,
I'm a happy JFF
Subject: [jffnms-users] Poller speed
Hi Javier,
I'm a happy JFFNMS user i've been using it since it's early version 2
years ago.
Recently I aware about it's performance since the box that running it
hung frequent
Hi Javier,
I'm a happy JFFNMS user i've been using it since it's early version 2
years ago.
Recently I aware about it's performance since the box that running it
hung frequently, I've tried to separate mysql on more powerful box,
reduce interface to be monitored, and so on.
Currently JFFNMS box
On Thursday 10 June 2004 12:56, LIMA David wrote:
> You have the same problem than me and other friends with some version of
> php4
>
> Try this to see If you have same thing
>
> #
> ### change www-data with you apache user
> #
On Thursday 10 June 2004 14:32, Craig Small wrote:
> On Thu, Jun 10, 2004 at 12:10:27PM +0200, Alejandro Murciano Renedo wrote:
> > Warning: main(../conf/config.php): failed to open stream: No such file or
> > directory in /opt/jffnms/engine/poller.php on line 22
>
> This means /opt/jffnms/conf/con
On Thu, Jun 10, 2004 at 12:10:27PM +0200, Alejandro Murciano Renedo wrote:
> Warning: main(../conf/config.php): failed to open stream: No such file or
> directory in /opt/jffnms/engine/poller.php on line 22
This means /opt/jffnms/conf/config.php is missing.
This file loads in the api files, inclu
: Alejandro Murciano Renedo [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 10 juin 2004 12:10
À : [EMAIL PROTECTED]
Objet : Re: [jffnms-users] Poller Process problem.
> Can you please do a php4 -m to see what php modules are loaded?
Sure!
[PHP Modules]
bcmath bz2 calendar ctype dba exif filepro
> Can you please do a php4 -m to see what php modules are loaded?
Sure!
[PHP Modules]
bcmath bz2 calendar ctype dba exif filepro ftp gd gettext iconv
mbstring openssl overload pcre posix session shmop snmp sockets
standard sysvsem sysvshm tokenizer wddx xml yp zlib
> Can you try to run php -q /op
install via IRC or icq if you want
_
David LIMA
Professional Services
www.scc.com
-Message d'origine-
De : Alejandro Murciano Renedo [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 10 juin 2004 9:41
À : [EMAIL PROTECTED]
Objet : Re: [jffnms-users] P
On Wednesday 09 June 2004 18:00, Javier Szyszlican wrote:
> Then your poller is not running correctly.
>
> Do this:
> cd /opt/jffnms/engine
> php -q poller.php
>
> if now you have rrd files then the cronjob user does not have
> permissions to /opt/jffnms/rrd.
>
> Else, you should see errors in the
Then your poller is not running correctly.
Do this:
cd /opt/jffnms/engine
php -q poller.php
if now you have rrd files then the cronjob user does not have
permissions to /opt/jffnms/rrd.
Else, you should see errors in the output.
Javier
Alejandro Murciano Renedo wrote:
Did you check the permissio
> Did you check the permissions in the /opt/jffnms/rrd folder?
Sure, the permissions in the /opt/jffnms/rdd are:
drwxr-xr-x2 www-data www-data rdd
I did a chown -R www-data.www-data
> Do you have files in the /opt/jffnms/rrd folder?
I only have a .check file.
Gracias por responder tan p
Hi Alejandro,
Did you check the permissions in the /opt/jffnms/rrd folder?
Do you have files in the /opt/jffnms/rrd folder?
Javier
Alejandro Murciano Renedo wrote:
Hi all:
I (try to) use the 0.7.7 version.
I cant view any gaph, when i try to show anyone i get this error:
"The RRDTool files for
Hi all:
I (try to) use the 0.7.7 version.
I cant view any gaph, when i try to show anyone i get this error:
"The RRDTool files for Interface ID xxx (from Host ID xx), has not been
created by the Poller Process yet"
I try to find the problem, php variables are OK, cronjobs are running...
etc.
80 matches
Mail list logo