How to find file objects.ini.php on nagvis docker container?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our ITSupportBD questions & Answers Engine to ask questions answer people’s questions & connect with other IT people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using a NagVis Docker container, the location of the NagVis configuration files may be different from a traditional NagVis installation. To locate the host icon size code file in a NagVis Docker container, you can follow these steps:
pythonCopy code
docker exec -it <container_name_or_id> /bin/bash
Replace “<container_name_or_id>” with the name or ID of your NagVis container.
bashCopy code
cd /opt/nagvis/etc/
Note: The exact path to the NagVis configuration directory may vary depending on how the container was configured.
bashCopy code
cd etc/objects/
Note that modifying the NagVis configuration files requires knowledge of the NagVis system and should be done with caution to avoid introducing errors. Make a backup of the original file before making any changes and test the changes thoroughly before using them in a production environment.