Questions tagged [opennms]

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

114 questions
56
votes
8 answers

encoding UTF8 does not match locale en_US; the chosen LC_CTYPE setting requires encoding LATIN1

While trying to install opennms : /usr/share/opennms/bin/install -l /usr/local/lib -dis I get the error: ERROR: encoding UTF8 does not match locale en_US Detail: The chosen LC_CTYPE setting requires encoding LATIN1. and I'm not sure how to…
kamal
  • 9,637
  • 30
  • 101
  • 168
23
votes
1 answer

Run MySQL and PostgreSQL on same server

For our customer the application which is running is using MySQL database. However, this server is without monitoring. I want to install OpenNMS (which uses PostgreSQL) application to monitor the solution and send the traps to main NMS system. Is…
user1977050
  • 496
  • 1
  • 6
  • 18
5
votes
2 answers

Using pySNMP to write an SNMP agent (for OpenNMS)

I'm trying to write a python SNMP agent that I can embed within my python application so that the application can be monitored remotely by OpenNMS. OpenNMS expects the Agent to implement the HOST-RESOURCES-MIB querying two fields hrSWRunNameand…
Richard B
  • 895
  • 13
  • 39
4
votes
2 answers

How to accomplish topology with OpenNMS

I want to use OpenNMS and test Linkd layer 2 iso/osi model network topology discovery. But I can't find linkd daemon after starting OpenNMS, and there is no configuration file linkd-configuration.xml. The instruction page is…
hel
  • 581
  • 10
  • 26
4
votes
2 answers

SNMP managed Raspberry Pi

I have a Raspberry Pi, connected along-with some routers and switches in my network. I use OpenNMS to manage these networking devices. I was wishing to monitor the status of the Pi also in OpenNMS. I needed to monitor a few parameters like the…
HungryFoolish
  • 542
  • 1
  • 9
  • 27
3
votes
1 answer

OpenNMS installation fails with error, expected stable but got opennms-23, is it possible to go trought it?

By following the Debian installation section at page https://docs.opennms.org/opennms/releases/latest/guide-install/guide-install.html on a brand new Ubuntu 18 LTS I am getting an error after the last command, is any way to access a recent working…
A. Lion
  • 673
  • 5
  • 12
2
votes
3 answers

Error in POM.xml

I am trying to build the openNMS in eclipse helios using maven. After importing the source using "import existing maven project" i get the around 10k errors. Also i have some error in pom.xml itself, i thought fixing it could reduce the no of…
TechnocraT
  • 313
  • 2
  • 6
  • 22
2
votes
1 answer

Not able to initialize opennms database postgres after downloading all the packages in ubuntu 14.04

Following error is arriving while I initailize after downloading the packages of opennms: PLease tell me what I am doing wrong or any suggestions how to resolve this issue OpenNMS Installer Configures PostgreSQL tables, users, and other…
Varun Singh
  • 444
  • 6
  • 21
2
votes
1 answer

Opennms customize text in event notifications

In OpenNMS is it possible to add any of the "Asset data" to event notification emails? For example SNMP System Name, System Location, Contact, Description or Asset information Address, City, State, building, Floor, room, rack, etc.. Thanks
David
  • 21
  • 1
2
votes
1 answer

Scripting and rrdtool

I have a case where I have collected a lot of SNMP data and stored it via rrdtool. (Using OpenNMS) My goal is to determine, among hundreds of servers, which ones haven't had memory usage exceed a certain amount within the past six months. (say, 64…
cat pants
  • 1,485
  • 4
  • 13
  • 22
1
vote
1 answer

Error on building open NMS

I have openNMS 1.8.12-1 source code and trying to build it using maven and import the project to eclipse for development.I have run the command mvn eclipse:clean eclipse:eclipse -e form command line. Iam getting the build error…
TechnocraT
  • 313
  • 2
  • 6
  • 22
1
vote
2 answers

OpenNMS Service will not start - Error reading JAVA SDK 10.0.2

OpenNMS thinks SDK 10.0.2 is not newer then 1.0.8 Help! Starting OpenNMS: runjava: /usr/java/jdk-10.0.2/bin/java is not Java 1.8 or newer. Aug 17 08:05:37 localhost.localdomain opennms[12690]: runjava: error: bad version or vendor for configured…
1
vote
1 answer

KSC Reports via Email/System output

I have a KSC report that i run once a month that gives me the previous months usages on specific firewall interfaces i am interested in. Is there any way to get this report via email in a PDF for example? Or Alternatively get the output via a script…
Joe Madden
  • 11
  • 2
1
vote
1 answer

opennms snmpv3 traps and informs

I've deployed OpenNMS through the docker images and have SNMPv3 polling working but haven't been able to get SNMPv3 traps or informs working. trapd-configuration.xml:
1
vote
1 answer

OpenNMS - Storage (SNMP MIB-2 Host Resources) giving incorrect values

I am using OpenNMS Horizon to monitor several nodes. For a given node it is monitoring "Storage (SNMP MIB-2 Host Resources) " which tells about the Disk space (% of usage). While for local Disks of the node I am getting correct values. For the SAN…
1
2 3 4 5 6 7 8