Dans le HowTo Upgrading Cacti à la ligne :
- Code: Tout sélectionner
Set the appropriate permissions on Cacti's directories for graph/log generation. You should execute these commands from inside Cacti's directory to change the permissions.
shell> chown -R cactiuser rra/ log/
(Enter a valid username for cactiuser, this user will also be used in the next step for data gathering.)
Quel est le nom d'utilisateur à mettre lorsque Cacti tourne sous Sentinix ??
Et ensuite, pendant la fin de l'upgrade en web, à la ligne :
- Code: Tout sélectionner
Before you continue with the installation, you must update your /etc/crontab file to point to poller.php instead of cmd.php.
See the sample crontab entry below with the change made in red. Your crontab line will look slightly different based upon your setup.
*/5 * * * * cactiuser php /var/www/html/cacti/poller.php > /dev/null 2>&1
Once you have made this change, please click Next to continue.
Je n'ai pas de fichier /etc/crontab ! Où trouver ce fichier ? A t-il un autre nom sous Sentinix ??
Merci d'avance