ETC
OCS Inventory 에서 All software 가 나타나지 않는 문제 해결
조영래
2023. 1. 20. 16:30
All software 를 보면 정보가 하나도 나오지 않는 문제가 발생 하였음. 알고 보니 crontab 으로 스케쥴링을 시켜야 한다는 것이었음.
vim /etc/crontab
맨 아래 부분에 추가 (6시간 마다 실행되도록 함)
0 */6 * * * root cd /usr/share/ocsinventory-reports/ocsreports/crontab && /bin/php cron_all_software.php