I got ossim installed in our organization. I need to customize ossim-setup title to show something more relevant to our organization than Alienvault reconfig string on Apply all changes sub dialogue. I've read the code but there is nothing relevant. Any help?
The AlienVault-Setup Menu is #ncurses, handled by python. Since you already know the service is "ossim-setup", you can check the 'sbin' directory. Per the line, ((found in #/usr/sbin/ossim-setup)), it specifies the base directory is ::
CONFIG_FILES_BASE_PATH = "/etc/ossim/"
Changing directories to #/etc/ossim/, there is a 'menu.cfg' file. And, voila, there you have it ::
yeah as you said I already found the mentioned file menu.cfg and I changed all strings I could. but one thing still there in ossim-setu and it is when you make change and doing apply all changes on the next screen you can see Alienvault reconfig. I need to change this as well.
Answers