@itentialopensource/adapter-db_mongo
Version:
Itential adapter to connect to mongo
29 lines (18 loc) • 786 B
Markdown
## Troubleshoot
### Connectivity Issues
1. Verify the adapter properties are set up correctly.
```text
Go into the Itential Platform GUI and verify/update the properties
```
2. Verify there is connectivity between the Itential Platform Server and Mongo Server.
```text
ping the ip address of Mongo server
try telnet to the ip address port of Mongo
execute a curl command to the other system
```
3. Verify the credentials provided for Mongo.
```text
login to Mongo using the provided credentials
```
### Functional Issues
Adapter logs are located in `/var/log/pronghorn`. In older releases of the Itential Platform, there is a `pronghorn.log` file which contains logs for all of the Itential Platform. In newer versions, adapters can be configured to log into their own files.