Questions tagged [opennms]

OpenNMS is an enterprise grade network monitoring and network management platform developed under the free software or open source model.

42 questions
2
votes
2 answers

Can OpenNMS show me all currently exceeded thresholds?

OpenNMS's main dashboard is fantastic, showing all current outages, updated continuously. I'm also using OpenNMS to monitor thresholds - for example, to get notified whenever a disk is more than 90% full. However, I can't find any way to view all…
Josh
  • 763
  • 4
  • 10
  • 17
1
vote
1 answer

Monitoring HP MSA2324sa using OpenNMS

I was able to get an HP MSA2324sa storage array connected to a server after someone's advice on here to scan the SCSI bus. Now, I want to monitor the following on the storage using SNMP and OpenNMS: a) the health of the drives b) the PSU…
Mugurel
  • 903
  • 1
  • 9
  • 17
1
vote
1 answer

Opennms how to poll services that are listed as Not Monitored?

I'm runninng Opennms in a Docker.io container: https://registry.hub.docker.com/u/study/opennms/ $ docker run --name some-postgres -e LC_ALL=C.UTF-8 -d postgres and $ docker run --name some-opennms --link some-postgres:postgres -p 8980:8980 -d…
Sander Post
  • 31
  • 1
  • 4
1
vote
2 answers

postgres stats and opennms

What is the best (or easiest?) to monitor postgres 8.4 stats in OpenNMS 1.76? SNMP? How?
robbyt
  • 1,642
  • 3
  • 14
  • 26
1
vote
2 answers

SNMP over the internet

Basically, I have a small network where my OpenNMS installation is located on a CentOS 6.4 machine. Now I have a server(CentOS also) that I want to monitor but is on the internet, with a public address. I have installed net-snmp on my target server…
Bryan CS
  • 250
  • 3
  • 12
1
vote
2 answers

NET-SNMP may be hitting a problem reporting partitions greater than 2TB

We recently upgraded one of our MYSQL machines with an array that is 2.5TB. After doing so OpenNMS stopped reporting information about our mysql data partition... when I do a : snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.2021.9 I get this in the…
Nathan Milford
  • 792
  • 2
  • 10
  • 21
1
vote
1 answer

How to monitor alarms from MySQL with openNMS

Is it possible to monitor alarms from MySQL (or at least MySQL service availability) with openNMS? If so, how?
user1977050
  • 155
  • 6
1
vote
1 answer

Automatic Node Categorization not working in OpenNMS

I setup a Node Categorization policy in the foreign source definition ; its not working correctly what changes need to be done? Text version: (for bot/crawler) name SetNodeRouter class…
Darktux
  • 827
  • 5
  • 21
  • 36
1
vote
1 answer

OpenNMS Vs Nagios

I'm new to Network and Monitoring side and I've to work on either OpenNMS or Nagios. I want to know what are the main differences of these two Systems apart from being OpenSource and Licensed. Which one is better and why? (from installation,…
Kashif
  • 493
  • 9
  • 20
1
vote
2 answers

Getting counters into OpenNMS

I am struggling to get load graphs of my APC RackPDU into OpenNMS. I've defined the appropriate values in datacollection-config.xml:
the-wabbit
  • 40,737
  • 13
  • 111
  • 174
1
vote
1 answer

Poll custom oid in opennms

I am trying to poll custom oid i.e. 1.3.6.1.4.1.2021.8.1.100.2.x using opennms. I will get transaction per second from these counters. I want to create graph out of this. I tried many documents from google & opennms wiki but no luck ! Kindly help.…
Vijay Gharge
  • 87
  • 1
  • 2
  • 10
1
vote
2 answers

OSS Server Monitoring Software -- Which is right for me?

I'm trying to plot the course for my organization and am currently looking at (not exclusively so, but so far research leads to these): Zenoss Nagios OpenNMS Our requirements is that this must be freely licensed, support SNMP/WMI monitoring, as well…
Yablargo
  • 227
  • 1
  • 9
1
vote
1 answer

Hardware requirements for large installation of OpenNMS

What is the hardware requirement for OpenNMS systems that can manages 30K+ device? Is there any literature on hardware scalability of OpenNMS?
Salamander2007
  • 135
  • 1
  • 3
  • 12
0
votes
0 answers

Opennms warns about Out of memory: unable to create new native thread

We have a problem where our OpenNMS instance is sending false alarms at certain times and the logs shows this: Caused by: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) ~[?:1.8.0_45] …
nillenilsson
  • 153
  • 1
  • 8
0
votes
1 answer

How do I set OpenNMS to have two types of Node Down events with different severities?

For example, I have laptops in one subnet which keep turning on and off so if a node on that subnet went down I'd class that as an intermediate incident. However, on another subnet there are critical servers which if one went down I'd class as a…
Louis
  • 36
  • 5