mvoity
18 October 2017 18:43
1
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
FTBZ
18 October 2017 19:02
2
Generic device or Generic Linux ?
mvoity
18 October 2017 19:08
3
Generic Device. under Operating System.
Thanks for reply.
-Mike
FTBZ
18 October 2017 19:29
4
Can you post the result of ./discovery.php -h HOSTNAME -d? Red hat is supported as I know
mvoity
18 October 2017 19:37
5
Its pretty long, I need to scrub it a little before I post.
-Mike
mvoity
18 October 2017 19:47
6
[root@librenms librenms]# ./discovery.php -h -d
[…]
mvoity
18 October 2017 20:07
10
1 Like
FTBZ
19 October 2017 05:29
11
Can you post the result of ./validate.php? I think that your LibreNMS version is very old.
laf
19 October 2017 07:33
12
The install is very very old. You’ll need to update before people can help further.
mvoity
19 October 2017 14:32
13
The “./daily.sh” script runs every day. is that not updating?
check your cron /etc/cron.d/librenms
mvoity
19 October 2017 14:38
15
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?
mvoity
20 October 2017 14:06
17
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