I looked through various sections of the "Internal Config" and couldn't figure 
it out. Sorry for
being such a newb but where do I edit those settings, what do I need to change?

:-) 

-Abel


--- Javier Szyszlican <[EMAIL PROTECTED]> wrote:

> Yeah, if it times out jffnms will consider it down.
> 
> You can change that in the backend parameters for Operational Status.
> 
> Javier
> 
> Abel Aberra wrote:
> > While,
> > 
> >        Running the commands manually I noticed that there is a long delay 
> > in completing some
> of
> > the quereies some servers take well over a minute to get status since there 
> > is so much
> > information. Is it possible that I'm seeing these "problems" due to 
> > time-out values?  
> > 
> > Javier,
> >   
> >       When I run them manually they are successful "though it takes a good 
> > bit of time on some
> > hosts." However during the times that I was manually running the queries 
> > some interfaces
> showed up
> > as down now I seem to be seeing the same behavior on "qfe" but it seems to 
> > be happening for a
> > specific set of hosts. So I'm going to look at those hosts and see if 
> > anything is different...
> > 
> > 
> > @soc00aec:/opt/jffnms/engine/pollers> time snmpwalk -v1 -c'<removed>' 
> > fw00srv > /dev/null
> > 
> > real    0m10.04s
> > user    0m0.44s
> > sys     0m0.19s
> > @soc00aec:/opt/jffnms/engine/pollers> time snmpwalk -v1 -c'<removed>' 
> > fw00mgt > /dev/null
> > 
> > real    1m23.19s
> > user    0m0.84s
> > sys     0m0.33s
> > @soc00aec:/opt/jffnms/engine/pollers> time snmpwalk -v1 -c'<removed>' 
> > fw01mgt > /dev/null
> > 
> > real    0m9.55s
> > user    0m0.43s
> > sys     0m0.23s
> > @soc00aec:/opt/jffnms/engine/pollers> time snmpwalk -v1 -c'<removed>' 
> > fw00int > /dev/null   
> > 
> > real    0m6.43s
> > user    0m0.51s
> > sys     0m0.27s
> > @soc00aec:/opt/jffnms/engine/pollers> time snmpwalk -v1 -c'<removed>' 
> > fvm00asm > /dev/null
> > Timeout: No Response from fvm00asm
> > 
> > real    0m50.96s
> > user    0m0.12s
> > sys     0m0.03s
> > 
> > 
> > 
> > 
> > --- Javier Szyszlican <[EMAIL PROTECTED]> wrote:
> > 
> > 
> >>Hi Abel,
> >>
> >>Do the same repeated test using snmpwalk to see if the agent responds with 
> >>'down' too.
> >>
> >>Javier
> >>
> >>Abel Aberra wrote:
> >>
> >>>------------------VERSIONS--------------
> >>>OS-Arch:   SunOS soc00aec 5.9 Generic sun4u sparc SUNW,Ultra-80
> >>>JFFNMS:    0.8.2
> >>>NET-SNMP:  5.1
> >>>PHP:       4.3.10
> >>>
> >>>Remote Boxes: SunOS version 5.8
> >>>NET-SNMP:     5.1
> >>>
> >>>I'm querying via SNMPv1 since that's the only one that works within 
> >>>JFFNMS. 
> >>>------------------VERSIONS--------------
> >>>
> >>>JFFNMS Users,
> >>>
> >>>I'm running into the following problem, I was hoping to see if anyone else 
> >>>was seeing this
> >>
> >>issue
> >>
> >>>also:
> >>>
> >>>
> >>>1. Certain Physical Interfaces are constantly flapping in JFFNMS. It seems 
> >>>like it is only
> >>>happeining with "eri" interfaces "qfe" "ge" etc... work just fine.
> >>>2. The interface transitions between up/down states frequently in JFFNMS 
> >>>though it is up 100%
> >>
> >>of
> >>
> >>>the time.
> >>>3. Manual SNMP queries of the OID show the interface up 100% of the time, 
> >>>but for some
> strange
> >>>reason, JFFNMS thinks its flapping.
> >>>4. How can I go about debuging this issue? I have turned on debugging in 
> >>>JFFNMS but there
> >>
> >>isn't
> >>
> >>>enough information to determine what's going on.
> >>>
> >>>
> >>>Is it possible that this is due to some type of bug between SNMP and PHP? 
> >>>Let me know what
> you
> >>>guys think. I would really appreciate any suggestinos on this.
> >>>
> >>>
> >>>Thank you for reading this email!
> >>>
> >>>
> >>>--------------------------------- Interface Flapping 
> >>>---------------------------
> >>>
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>]11:05:55  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:8.47 | 3.02) 
> >>>11:05:55  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): up -> 
> >>>alarm(3,,180): Nothing
> >>
> >>was
> >>
> >>>done (time P:5.82 | 5.15) 
> >>>11:05:55  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.8 | 1.68) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:05:58  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:7.21 | 3.07) 
> >>>11:05:58  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): up -> 
> >>>alarm(3,,180): Nothing
> >>
> >>was
> >>
> >>>done (time P:5.89 | 5.19) 
> >>>11:05:58  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.98 | 1.61) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:06:02  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:7.92 | 3.05) 
> >>>11:06:02  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): up -> 
> >>>alarm(3,,180): Nothing
> >>
> >>was
> >>
> >>>done (time P:39.09 | 5.39) 
> >>>11:06:02  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.9 | 1.65) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:06:06  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:6.82 | 3.91) 
> >>>11:06:06  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): up -> 
> >>>alarm(3,,180): Nothing
> >>
> >>was
> >>
> >>>done (time P:5.98 | 5.2) 
> >>>11:06:06  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.77 | 1.62) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:07:34  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:11.11 | 2.94) 
> >>>11:07:34  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): down -> 
> >>>alarm(3,,180):
> >>
> >>Nothing
> >>
> >>>was done (time P:39.04 | 4.71) 
> >>>11:07:34  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.82 | 1.6) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:07:50  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:8.52 | 3.07) 
> >>>11:07:50  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): up -> 
> >>>alarm(3,,180): Event
> >>
> >>Added:
> >>
> >>>1393 (time P:39.28 | 29.93) 
> >>>11:07:50  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.86 | 1.47) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:09:10  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:12.84 | 3.07) 
> >>>11:09:10  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): down -> 
> >>>alarm(3,,180):
> >>
> >>Nothing
> >>
> >>>was done (time P:40.7 | 4.82) 
> >>>11:09:10  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:4.26 | 1.64) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:09:14  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:7.71 | 3.02) 
> >>>11:09:14  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): down -> 
> >>>alarm(3,,180):
> >>
> >>Nothing
> >>
> >>>was done (time P:5.8 | 4.7) 
> >>>11:09:14  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.88 | 1.59) 
> >>>@soc00aec:/opt/jffnms/engine> >   
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:09:17  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:7.67 | 3.13) 
> >>>11:09:17  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): down -> 
> >>>alarm(3,,180):
> >>
> >>Nothing
> >>
> >>>was done (time P:6.04 | 4.71) 
> >>>11:09:17  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.71 | 1.61) 
> >>>@soc00aec:/opt/jffnms/engine> php -q poller.php 17 228 | grep interface
> >>>11:09:21  :  H  17 :  I 228 :  P  10 : verify_interface_number(): 2 ->
> >>
> >>verify_interface_number():
> >>
> >>>interfacenumber not changed (time P:6.46 | 2.97) 
> >>>11:09:21  :  H  17 :  I 228 :  P  16 : interface_oper_status(8): up -> 
> >>>alarm(3,,180): Event
> >>
> >>Added:
> >>
> >>>1396 (time P:39.54 | 23.02) 
> >>>11:09:21  :  H  17 :  I 228 :  P  17 : interface_admin_status(7): up ->
> >>>db(show_rootmap,down=2|up=1,0): 0 (time P:3.95 | 1.47) 
> >>>@soc00aec:/opt/jffnms/engine> 
> >>>
> >>>
> >>>
> >>>-------------------------------------------------------
> >>>This SF.Net email is sponsored by Oracle Space Sweepstakes
> >>>Want to be the first software developer in space?
> >>>Enter now for the Oracle Space Sweepstakes!
> >>>http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> >>>_______________________________________________
> >>>jffnms-users mailing list
> >>>[email protected]
> >>>https://lists.sourceforge.net/lists/listinfo/jffnms-users
> >>
> >>-- 
> >>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >>Javier Szyszlican, Project Leader, JFFNMS
> >>[EMAIL PROTECTED]
> >>
> >>I hope JFFNMS or I were helpful to you, if you
> >>can, please donate at http://jffnms.org/donate
> >>
> >>
> >>
> >>-------------------------------------------------------
> >>This SF.Net email is sponsored by Oracle Space Sweepstakes
> >>Want to be the first software developer in space?
> >>Enter now for the Oracle Space Sweepstakes!
> >>http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> >>_______________________________________________
> >>jffnms-users mailing list
> >>[email protected]
> >>https://lists.sourceforge.net/lists/listinfo/jffnms-users
> >>
> > 
> > 
> 
> -- 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Javier Szyszlican, Project Leader, JFFNMS
> [EMAIL PROTECTED]
> 
> I hope JFFNMS or I were helpful to you, if you
> can, please donate at http://jffnms.org/donate
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> jffnms-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jffnms-users
> 



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to