Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Apr 19, 2024 7:14 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ] 
Author Message
PostPosted: Tue Apr 01, 2008 4:07 pm 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
As I do not speak english very well I do not understand the knowhow to the audit.config. Is there any support in german?

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
 Post subject: Re: ajust audio.config
PostPosted: Tue Apr 01, 2008 10:11 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
My German is not too good, however you could "Babelfish" the support pages.
Try http://babelfish.altavista.com/ (paste the FAQ link in to the URL may not work, so you may need to visit the page, and paste the content in to Babelfish) for example you can try Babelfish on viewtopic.php?f=6&t=2010

Its not perfect, but it is a good place to start. :D

I'm sure also if you post in German, you should get a response sooner or later.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
 Post subject: Re: ajust audio.config
PostPosted: Wed Apr 02, 2008 12:10 am 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
I have my own bablefish called Andy :wink:
Thanks for Answer

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
 Post subject: Re: ajust audio.config
PostPosted: Wed Apr 02, 2008 6:47 pm 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
[quote="A_Hull"] I'm sure also if you post in German, you should get a response sooner or later.


OK ich geb's auf und folge dem Hinweis von A_Hull.

Das installieren von Openaudit ist mit xampp nicht wirklich schwer. Ich kann das Webinterface sehen - die Datenbank fühlt sich wohl ... sozusagen alles schick. ABER wie kann ich die DB füllen? So wie ich das verstanden habe muss ich die Datei audit.config anpassen.
Meine sieht gegenwärtig so aus:

[code]
audit_location = "r"
verbose = "y"
audit_host="http://localhost.local"
online = "yesxml"
strComputer = "."
ie_visible = "n"
ie_auto_submit = "y"
ie_submit_verbose = "y"
ie_form_page = "http://localhost/openaudit/admin_pc_add_1.php"
non_ie_page = "http://localhost/openaudit/admin_pc_add_2.php"
input_file = "pc_list_file"
email_to = ""
email_from = ""
email_server = ""
audit_local_domain = "y"
domain_type = "ldap"
local_domain = "LDAP://vms03.vi.local"
hfnet = "n"
Count = 0
number_of_audits = 20
script_name = "audit.vbs"
monitor_detect = "y"
printer_detect = "y"
software_audit = "y"
uuid_type = "mac"
[/code]

Mittlerweile habe ich den Punkt input_file = "pc_list_file" eingefügt und darin einen PC eingetragen (in dem Fall nach folgendem Muster: ws08.vi.local) aber auch das brachte keine Änderung.

Wenn ich das Script audit.vbs an der Konsole ausführe bekomme ich folgenden Inhalt zu sehen:

[code]
Microsoft (R) Windows Script Host, Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. Alle Rechte vorbehalten.

No username and password provided - therefore assuming local domain PC.
PC name supplied: .
PC name from WMI: COM01
User executing this script: Administrator
System UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
IP: 192.168.206.xxx
Network Info
System Info
Windows Info
Bios Info
Processor Info
Memory Info
Video Info
Monitor Info
USB Devices
Hard Disk Info
Partition Info
SCSI Cards
SCSI Devices
Optical Drive Info
Floppy Drives
Tape Drive Info
Keyboard Info
Battery Info
Modem Info
Mouse Info
Sound Card Info
Printer Info
Share Info
Local Groups Info
Local Users Info
Startup Programs
Services
Internet Explorer Browser Helper Objects
Installed Software
Customer specific audits
Installed Media Codecs
DirectX & Media Player & IE Versions
Firefox Extensions
CD Keys
Audit.vbs Execution Time: 7 seconds.
Total Execution Time: 8 seconds.
[/code]

Mit anderen Worten das Script wird korrekt ausgeführt - aber es wird bis auf der Name und soweiter nichts ausgelesen - wenn ich das ganze richtig verstehe ... (und daran zweifle ich mittlerweile sehr).

Tja die Fragen die ich habe ist eigentlich ganz einfach --> Was muss ich ändern um die Daten der PCs in der Domaine korrekt auszulesen und was muss ich machen um diese Daten an die Datenbank zu übergeben?
Das wurde warscheinlich schon 100 mal erklärt - nur ist es halt schwierig, wenn man nicht wirklich Englisch kann - Entschuldigung das ich Euch damit also nerven muss. Vielleicht kann mir ja jemand helfen :?: Danke.

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
 Post subject: Re: ajust audio.config
PostPosted: Fri Apr 04, 2008 1:52 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
So.... Xampp works OK, but you are having problems populating the database... The script runs, but only audits one machine... you dont see the expected results (and I last spoke German about 20 years ago, and then fairly badly, so bear with me... :oops: )

First change

[code]
ie_form_page = "http://localhost/openaudit/admin_pc_add_1.php"
non_ie_page = "http://localhost/openaudit/admin_pc_add_2.php"
[/code]

to point to the correct IP address or DNS name of your server. localhost will only allow you to run the audit on the local pc (the XAMPP box in this case).

something like

[code]
ie_form_page = "http://mypc.mydomain.local/openaudit/admin_pc_add_1.php"
non_ie_page = "http://mypc.mydomain.local/openaudit/admin_pc_add_2.php"
[/code]

Next open http://mypc.mydomain.local/openaudit/admin_pc_add_1.php in your web browser, you should see a web form.. this is what the script submits its results to. If you dont see this page, check your XAMPP settings.

Now check the LDAP: line, looks OK, but this should be the ldap domain rather than a domain controller in that domain, so

local_domain = "LDAP://mydomain.local"

rather than

local_domain = "LDAP://myserver.mydomain.local"

Also

strComputer = "."

should be

strComputer = ""

Otherwise you will only ever audit the machine called "." (i.e. the local machine)...

Finally, I tend to use uuid_type = "uuid" rather than uuid_type = "mac" but that is up to you.

And now the poor translation... enjoy... :wink:


Also .... Xampp ist okay, aber Sie haben Probleme bevölkern die Datenbank ...
Das Skript läuft, sondern nur Audits einer Maschine ...
Sie sehen nicht die erwarteten Ergebnisse (und ich sprach Deutsch über die letzten 20 Jahre alt, und dann ziemlich schlecht, die Geduld mit mir ...: oops:)

Zuerst ändern

[code]
Ie_form_page = "http://localhost/openaudit/admin_pc_add_1.php"
Non_ie_page = "http://localhost/openaudit/admin_pc_add_2.php"
[/code]


, Um auf die richtige IP-Adresse oder der DNS-Name Ihres Servers.

localhost wird nur erlauben Ihnen, die Prüfung auf dem lokalen PC (die XAMPP-Box in diesem Fall).

So etwas wie

[code]
Ie_form_page = "http://mypc.mydomain.local/openaudit/admin_pc_add_1.php"
Non_ie_page = "http://mypc.mydomain.local/openaudit/admin_pc_add_2.php"
[/code]


Weiter offen http://mypc.mydomain.local/openaudit/admin_pc_add_1.php in Ihrem Web-Browser, sollten Sie ein Web-Formular ..
Das ist es, was das Skript legt seine Ergebnisse an. Wenn Sie diese Seite nicht sehen, überprüfen Sie die Einstellungen XAMPP.

Nun überprüfen Sie die LDAP: Line, sieht OK, aber dies sollte die LDAP-Domain und nicht als Domänencontroller in dieser Domäne, die

[code]
Local_domain = "LDAP: / / mydomain.local"
[/code]

Anstatt
[code]
Local_domain = "LDAP: / / myserver.mydomain.local"
[/code]

Auch
[code]
StrComputer = "."
[/code]
Sollte

[code]
StrComputer = ""
[/code]

Ansonsten werden Sie immer nur Prüfung der Maschine namens "." (D. h. die lokale Maschine) ...

Schließlich, neige ich dazu zu verwenden uuid_type = "uuid" anstatt uuid_type = "mac", aber das liegt ganz bei Ihnen.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
 Post subject: Re: ajust audio.config
PostPosted: Fri Apr 04, 2008 1:59 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Tidy up my translation if you can, and post it here, complete with any further questions. Thanks.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
 Post subject: Re: adjust audit.config
PostPosted: Fri Apr 04, 2008 6:08 pm 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
Erstmal vielen Dank für die Arbeit die ich bereite @A_Hull (und mein englisch stammt aus googel.de - ist also wesendlich schlechter als dein deutsch :wink: )

Ich habe die Änderungen so gemacht wie von Dir beschrieben und die Domaine wird jetzt abgescannt.
Das Problem was ich nun habe, ist das füllen der Datenbank. Wie werden die ausgelesenden Daten an mysql übergeben?

OK - jetzt also meine Übersetzung ... viel Spaß damit
OK - now my translation ... So much fun :wink:

First, thank you for the work I prepare @ A_Hull (and my English is from googel.de - is worse than your German :wink:)

I have made the changes so as you described and the Domaine is now scanned.
The problem I now have is the complete database. How are the data from the console over mysql?

enjoy to-hell

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
 Post subject: Re: adjust audit.config
PostPosted: Fri Apr 04, 2008 8:39 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
[quote="babelfish"]
Erstmal (Literally "Fisrt Time" or "Firstly" but for good English, should be just "First" AJH) thank you for the work which I prepare @A_Hull (and my English comes out (from AJH) googel.de - is thus wesendlich (wersendlich?AJH literally "who finally" probably "much more" ) more badly than yours German:wink: ) I described the changes made as from you and was now abgescannt (Scanned AJH) in such a way the Domaine.

The problem which I now has (have AJH) , is that fill the data base. How are the expenditure-reading data handed over on mysql? OK - now thus my translation... much fun thereby OK ONE - now my translation... So much fun:wink:
Thought you might like the Babelfish translation.. :P with a few notes for those who cant follow any of this :wink:

Hope I made sense of the question..

To access the data directly (rather than through the web pages), you can use PHPMyAdmin which is part of the XAMPP installation.

Try http://yourserver/xampp for this, and other goodies included with xampp.

Alternatively, have a look through the Openaudit folders and you should find a tutorial to show you how to access it from OpenOffice. The tutorial is only in English sadly, and was prepared a while ago, so probably needs some updating in light of the enhancements both to OA and to OpenOffice.

If you need any further help, and can cope with my very "schlecht" German assisted :? by both Google and Babelfish then let me know.

Now the Fun bit...

Ich hoffe, die Sinn für die Frage .. (Google)

Ich hoffe, dass ich einen Sinn in Frage. (AJH)

Für den Zugriff auf die Daten direkt (nicht über die Web-Seiten), können Sie die PHPMyAdmin ist Teil der XAMPP-Installation.

Versuchen Sie http://yourserver/xampp für diese und andere "Goodies" mit xampp.

Oder werfen Sie einen Blick durch die Openaudit Ordner und sollten Sie ein Tutorial, um zu zeigen, wie man den Zugang von OpenOffice. Die Anleitung ist leider nur in Englisch, und bereit war, eine Weile her, so muss wahrscheinlich einige Aktualisierungen im Lichte der Verbesserungen sowohl für OA und OpenOffice.

Wenn Sie weitere Hilfe benötigen, und kann mit meiner sehr "schlecht" Deutsch unterstützt:? Von Google und Babelfish lassen Sie es mich wissen.

(Thanks to http://translate.google.com/translate_t?langpair=en|de and my German teacher 20 years ago for that lot :) )

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
 Post subject: Re: adjust audit.config
PostPosted: Sat Apr 05, 2008 1:39 am 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
[quote] To access the data directly (rather than through the web pages), you can use PHPMyAdmin which is part of the XAMPP installation.


That was not my question sorry - The problem is that the data is not transfered properly to the database. The database stays empty acording to the script.
:?

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
 Post subject: Re: adjust audit.config
PostPosted: Tue Apr 08, 2008 8:38 pm 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
OK - It works now.
The problem was this variable: online = "ie"
Thanks to all.

see you for the next troubelshooting :wink:

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
 Post subject: Re: adjust audit.config
PostPosted: Wed Apr 09, 2008 12:00 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Glad to see it is now working! :lol: By the way, have we missed anything in the DE language file?

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 09, 2008 12:34 pm 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
Until now, I have found nothing. I will watch everything again. :roll: (If you can read my English :oops: )
I have a DE translation from "How To: Understand how it works..." now ( is not from me :wink: my girl friend has translated). It is not perfect, but I could give you. Interest?

to_hell

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 09, 2008 9:34 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Yes, anything translated would be excellent. If you update to the latest SVN can you tell me if the Disk Usage pages now look OK, or are they still only in English?

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Thu Apr 10, 2008 6:48 am 
Offline
Newbie

Joined: Tue Apr 01, 2008 4:04 am
Posts: 10
OK :) I will mail it to you. Give me your mail-addy, please.

To your question:
I get this error --> Warning: Division by zero in C:\xampp\htdocs\Open-AudIT\system_graphs.php on line 28
Incidentally - I click the link to click PDF I get the following error --> Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Open-AudIT\lang\de_de.inc:540) in C:\xampp\htdocs\Open-AudIT\lib\ezpdf\class.pdf.php on line 1916

hmm What am I doing wrong?

_________________
my english is very bad - so I use the translator by Google
SORRY


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group