-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/10/2005 13:38, Silvije uttered:
I am new to NAV!
Welcome :)
- I dont get any Statistics
I'm guessing you're referring to Cricket statistics. I'm no Cricket expert, but bear in mind the following:
The NAV script makecricketconfig.pl generates Cricket configuration based on the contents of the NAV database. This script runs as a cronjob once every 24 hours (some time during the night). If all you did was seed your database, the Cricket config won't be updated before in the middle of the night. Makecricketconfig.pl can be run manually (preferably as the navcron user!!). Also, make sure the cronjob is active, by issuing "nav status cricket"
- When I click in Network explorer on my router icon I get
[...]
ImportError: No module named profile
Someone reported this on the developers' list as well. Something seems to be wrong with your Python library search path (sys.path) - the profile module is part of the Python standard library and should always be available.
Try this on the command line: python -c 'import profile' Were there any errors?
- Traffic Map does not draw anything, I just get Java loading icon
Turn on your browser's Java Console (not JavaScript console), reload the traffic map and see if any error messages appear in the console.
- -- Morten Vold NTNU ITEA Integrasjonsgruppen
From silvije.milisic at carnet.hr Mon Oct 17 15:57:07 2005
From: silvije.milisic at carnet.hr (Silvije) Date: Mon Oct 17 15:01:13 2005 Subject: [Nav-users] Beginners problem Message-ID: 4353F403.4070007@carnet.hr
Hi!
Morten Vold wrote:
Welcome :)
Thanx :)
I'm guessing you're referring to Cricket statistics. I'm no Cricket expert, but bear in mind the following:
The NAV script makecricketconfig.pl generates Cricket configuration based on the contents of the NAV database. This script runs as a cronjob once every 24 hours (some time during the night). If all you did was seed your database, the Cricket config won't be updated before in the middle of the night. Makecricketconfig.pl can be run manually (preferably as the navcron user!!). Also, make sure the cronjob is active, by issuing "nav status cricket"
# ./nav status cricket cricket: Up
Does nav have to be in $PATH? It is not on my system..
Someone reported this on the developers' list as well. Something seems to be wrong with your Python library search path (sys.path) - the profile module is part of the Python standard library and should always be available.
Try this on the command line: python -c 'import profile' Were there any errors?
This is what I get:
# python -c 'import profile' Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named profile
- Traffic Map does not draw anything, I just get Java loading icon
Turn on your browser's Java Console (not JavaScript console), reload the traffic map and see if any error messages appear in the console.
This is solved, but only one router is drawn and link to another unknown device... I have seeded into database one router and 2 switches but switches dont appear in graph.
Thanks for help,
Regards, Silvije CARNet
From reier.rodland at usit.uio.no Mon Oct 17 16:22:21 2005
From: reier.rodland at usit.uio.no (=?ISO-8859-1?Q?Reier_Johan_R=F8dland?=) Date: Mon Oct 17 15:32:14 2005 Subject: [Nav-users] Group access in NAV Message-ID: Pine.LNX.4.63-L.0510171428050.21307@vekter.uio.no
In NAV there are four predefined groups. One is called "ReadAll" and is commented "Read access to most things"
web_access for ^/(report|status|emotd|alertprofiles|machinetracker|browse|preferences|cricket)/?
When we put a user in that group he can also change the Traffic Map and save the new layout! Bug??
Are there some documentation on how to build new groups with different priveleges? What do the different Regular expressions do? What are the use of "Member of the following organizations"?
Regards
<reierr>