Discussion:
Unable to Load http://zenoss:8080/zport/dmd/mibs
Placide NJAMI
2013-09-13 18:55:10 UTC
Permalink
Placide NJAMI [http://community.zenoss.org/people/nfplacide] created the discussion

"Re: Unable to Load http://zenoss:8080/zport/dmd/mibs"

To view the discussion, visit: http://community.zenoss.org/message/74653#74653

--------------------------------------------------------------
Hi sir,
Please after :

for name, schema in m._relations:
    try:
        m._setObject(name, schema.createRelation(name))
    except:
        pass

how can i do to get out of "for"
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/74653#74653]

Start a new discussion in zenoss-users at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2013-09-13 19:27:49 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Unable to Load http://zenoss:8080/zport/dmd/mibs"

To view the discussion, visit: http://community.zenoss.org/message/74644#74644

--------------------------------------------------------------
Placide,

You can use 'break' to break out of a for loop.

--Shane Scott (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/74644#74644]

Start a new discussion in zenoss-users at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Placide NJAMI
2013-09-14 20:58:48 UTC
Permalink
Placide NJAMI [http://community.zenoss.org/people/nfplacide] created the discussion

"Re: Unable to Load http://zenoss:8080/zport/dmd/mibs"

To view the discussion, visit: http://community.zenoss.org/message/74658#74658

--------------------------------------------------------------
Thanks for your reply!
I will try it and let you know if it works.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/74658#74658]

Start a new discussion in zenoss-users at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Placide NJAMI
2013-09-21 09:20:34 UTC
Permalink
Placide NJAMI [http://community.zenoss.org/people/nfplacide] created the discussion

"Re: Unable to Load http://zenoss:8080/zport/dmd/mibs"

To view the discussion, visit: http://community.zenoss.org/message/74713#74713

--------------------------------------------------------------
Hi Shane,
Finally i changed to use centOS 6 with zenoss 4.2.2.
Everythink is working  perfectly.

I had some mibs (FORTINET mibs + ietf + irtf +iana+ tubs +site ).
I started to receive traps from one fortinet equipment. but zenoss don't use the mibs to translate for me.
is it automatical ? or should i do something in zenoss to translate the traps that he received.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/74713#74713]

Start a new discussion in zenoss-users at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
themactech
2013-09-13 19:30:10 UTC
Permalink
themactech [http://community.zenoss.org/people/themactech] created the discussion

"Re: Unable to Load http://zenoss:8080/zport/dmd/mibs"

To view the discussion, visit: http://community.zenoss.org/message/74645#74645

--------------------------------------------------------------
I have had that web GUI error before, it happens when the transaction takes too long.  What I do now is trigger the transaction from the web GUI, then from the terminal, I launch the top command and keep track of the python workers.  There will be a few of them running full tilt during the transaction.  When they go back to idle, refresh the web page and you should be good.

Manuel
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/74645#74645]

Start a new discussion in zenoss-users at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...