You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
in previous versions of cacti, 1.2.10 specifically, auto discovery was able to discover the dns name of a device. 1.2.29 it still looks like its trying to do that, but doesn't find the DNS response in question (I am not sure if this is actually a bug, or dropped feature in recent release)
From there I was able to edit the PHP to tell it to default using the discovered dns name in the description field.
Describe the solution you'd like
Would like auto discovery to be able to find and use the DNS name of a device and use that in the description.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've
considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Description, and hostname really. but I made a separate request for hostname.
After some testing, I did figure out what's causing it not to find the DNS name.
There are 2 functions that are almost identical . this one works
the auto discovery uses the non-working one by default.
The only difference seems to be the if statement that returns "return 'timed_out';" seems like the second one just always trues on that if statement. causing it to always return timed_out.
Feature Request
Is your feature request related to a problem? Please describe
in previous versions of cacti, 1.2.10 specifically, auto discovery was able to discover the dns name of a device. 1.2.29 it still looks like its trying to do that, but doesn't find the DNS response in question (I am not sure if this is actually a bug, or dropped feature in recent release)
From there I was able to edit the PHP to tell it to default using the discovered dns name in the description field.
Describe the solution you'd like
Would like auto discovery to be able to find and use the DNS name of a device and use that in the description.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've
considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: