Linux Server shows up as a Generic Device

Hello,

I have a bunch of RHEL 6 Servers that show up as Generic Devices Is this normal? Is there a generic SNMPD config I should have on my RHEL server so LibreNMS can poll it all?

Same with Cisco Unity Connection, that shows up as a Generic Device.

Thanks in advance,

-Mike

Generic device or Generic Linux ?

Generic Device. under Operating System.

Thanks for reply.

-Mike

Can you post the result of ./discovery.php -h HOSTNAME -d? Red hat is supported as I know :confused:

Its pretty long, I need to scrub it a little before I post.

-Mike

[root@librenms librenms]# ./discovery.php -h -d

[…]

Part 2 -

[…]

Part 3

[…]

pastebin.com please

https://pastebin.com/7kstCrMR

Thanks for that. -Mike

1 Like

Can you post the result of ./validate.php? I think that your LibreNMS version is very old.

The install is very very old. You’ll need to update before people can help further.

The “./daily.sh” script runs every day. is that not updating?

check your cron /etc/cron.d/librenms

it looks good:

33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1

          • librenms /opt/librenms/alerts.php >> /dev/null 2>&1
            */5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1

check you config.php see if you have updates enabled?

Hello,

I could not post yesterday as I went over my limit of posts.

I fixed my issue. the config.php was missing the “1” for updates.

All is well on that front. but I keep on getting a ABRT alert which I will post in another post.

Thanks for all your help -

-Mike

1 Like