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.
In NagVis, the configuration file that contains the object definitions is typically named “objects.ini.php” and is located in the NagVis configuration directory. The location of the NagVis configuration directory can vary depending on your installation, but it is usually located in the “share/nagvis/config” directory.
To find the “objects.ini.php” file on a NagVis Docker container, you can use the following steps:
docker exec -it nagvis-container /bin/bash
cd /usr/local/nagvis/share/nagvis/config
ls
If the “objects.ini.php” file is not found in the NagVis configuration directory, it is possible that the file has been moved or renamed, or that the NagVis installation has been customized to use a different configuration file. In this case, you may need to consult the NagVis documentation or seek assistance from the NagVis community to locate the configuration file.