Quantcast
Channel: Ocsinventory Q&A - Recent questions and answers
Viewing all articles
Browse latest Browse all 11964

Answered: Disable Deployment Feature in Web Administrative Console?

$
0
0
FIgured this out if anyone wants to disable the "Deployment" feature of OCS Inventory NG:

disable it by renaming/removing the function file:
      -  mv /usr/share/ocsinventory-reports/ocsreports/require/function_telediff.php  /usr/share/ocsinventory-reports/ocsreports/require/function_telediff.php.bak
 

remove "Deployment" from web interface top menu:
         -  make a backup first with this command cp /usr/share/ocsinventory-reports/ocsreports/config/main_menu.xml  /usr/share/ocsinventory-reports/ocsreports/config/main_menu.bak
         -  now edit the main_menu.xml file to remove the menu item for Deploy
 

remove "Configuration" from Computer page menu:
           - make a backup first with this command cp /usr/share/ocsinventory-reports/ocsreports/config/computer/menu.xml  /usr/share/ocsinventory-reports/ocsreports/config/computer/menu.bak
           - now edit the menu.xml file to remove the menu item for config.

Viewing all articles
Browse latest Browse all 11964

Trending Articles