OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

want to do some modify on ONA

zxy5207

30-05-2012 02:15:56

Dear Mat,
I want to do some modify on ONA as the following:
1.When i fisrt time to add a host, I do not want give it a DNS name, I want to change the DNS name and DNS domain become a option not required. some host is just a PC, A DNS name is not necessary.
2.I do not need the host actions module, how can i "//" this module?
3.I have seen a option "security_level" in the /ona/www/modules/ona/host.inc.php, But i can not find any filed to fill this option. Where can i find this?
Is this possible?

Yours sincerely
Michael Zhang

Matt

30-05-2012 21:11:37

1. It is a requirement to give a name to every host. this is used to identify the host within ONA. It is not required that the name be a 'real' DNS name but the requirement will remain that all hosts have some sort of name. You could simply name them pc01, pc02 etc etc
2. I do have plans to make it easier to disable this module. I for now you can comment out all the $conf entries in 'www/workspace_plugins/builtin/host_actions/config.inc.php' to disable it.
3. Security level is leftover code for something that once existed. It is not implemented currently and does not do anything at the moment. there are plans to implement a host/subnet level security model but that is a ways out.

zxy5207

11-06-2012 20:58:00

1. It is a requirement to give a name to every host. this is used to identify the host within ONA. It is not required that the name be a 'real' DNS name but the requirement will remain that all hosts have some sort of name. You could simply name them pc01, pc02 etc etc
2. I do have plans to make it easier to disable this module. I for now you can comment out all the $conf entries in 'www/workspace_plugins/builtin/host_actions/config.inc.php' to disable it.
3. Security level is leftover code for something that once existed. It is not implemented currently and does not do anything at the moment. there are plans to implement a host/subnet level security model but that is a ways out.


Thank you very much