-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue loading local mibs #710
Comments
Hey! |
Thanks for getting back to me. local_mibs contains a directory called
|
Hey, can you run |
|
I'm happy to remove this pv if you think that might help, as I don't think it is in use. |
You can remove it, but I don't think it is the cause. Did you try to rollout the mibserver deployment? Like this: |
If I have made any Every time I modify the local libs setup I have also been running: Each time |
Ok, I'm trying to reproduce it but it works for me all the time of course 😅 |
The fact that you can't reproduce the issue gives me hope! I just tried a full reinstall (including removing all PVCs), unfortunately the end result was still the same I'm not against starting from scratch with a new VM in case there were any steps missed with the Microk8s installation. Any more advanced troubleshooting steps would be appreciated though. |
Ok, so let's go through the logs from kubernetes one by one. First:
Mine is:
The most important things here are mounts so we see snmp-mibserver pvc is mounted to and then the describe form the pvc itself:
in my case:
Here you can verify if the Then let's finally describe pv itself:
And verify if the HostPath is correct:
if yes, the path should be visible on a correct path in mibserver pod (at least in theory 😅 ). Please let me know what are your outputs |
Thanks for getting back to me - apologies I have been off work for a couple of days and have just got back to looking at this issue. My outputs are as follows:
Would it be possible to know the contents of your local_mibs directory in comparison to my own? As far as I can see there doesn't seem to be anything wrong with my PVs, but maybe you can see something I can't! 😃 Thanks again. |
Sure, here you have everything:
Here I have a bunch of ERICSSON mibs:
and then on upgrade this is the output I see:
|
Hi, having some issues getting local mibs to load. I think I'm following the docs correctly. Using a local user, kube-user, to run the containers with local mibs stored in their home directory.
Logs show the following message on restart:
No local mibs. Skipping...
containers are at the following versions (happy to run further commands to troubleshoot):
ghcr.io/pysnmp/mibs/container:1.15.1
ghcr.io/splunk/splunk-connect-for-snmp/container:1.8.7-beta.2
values.yaml is as follows:
Any assistance in how to further troubleshoot/resolve the issue would be greatly appreciated as the SNMP data I have managed to get into Splunk has been really useful, but I would love to use proprietary MIBs as well.
The text was updated successfully, but these errors were encountered: