Search found 59 matches

by riahc3
Tue Mar 05, 2019 5:24 pm
Forum: Open Source Nagios Projects
Topic: SQL query that gets the contacts of a service and/or host?
Replies: 1
Views: 744

SQL query that gets the contacts of a service and/or host?

Hello

Is there a SQL query that I can run that gets all the standalone contacts (their email addresses) related to a host and/or service? It should be able to also retrieve contacts that are nested in contact groups that are associated with the host and/or service.
by riahc3
Thu Aug 02, 2018 3:05 am
Forum: Nagios XI
Topic: Clear Host Availability and Service Availability charts?
Replies: 1
Views: 402

Clear Host Availability and Service Availability charts?

We are setting up a dashboard to show with Host Availability and Service Availability charts but with tests, there are a lot of unknowns

https://i.imgur.com/fHMAWoL.png

How can we clear/reset that to show 0% on everything?
by riahc3
Mon Jul 30, 2018 5:38 am
Forum: Nagios XI
Topic: Ran linux-nrpe-agent fullinstall script on Nagios XI
Replies: 1
Views: 443

Ran linux-nrpe-agent fullinstall script on Nagios XI

I wanted Nagios XI server a to monitor a Nagios XI server b and that Nagios XI server b also to monitor Nagios server a On server B I ran the fullinstall script but now I get a Cannot write to pidfile '/var/run/nrpe.pid' - check your privileges. nrpe.service: main process exited, code=exited, status...
by riahc3
Wed Jul 18, 2018 5:01 am
Forum: Nagios XI
Topic: Nagios XI update upgrade.sh script broken
Replies: 3
Views: 898

Re: Nagios XI update upgrade.sh script broken

npolovenko wrote:Hello, @riahc3. What version of Nagios are you upgrading from? What is your OS? Can you copy the whole error message in this thread?

Upgrading from 5.5.0 to the latest

CentOS 7

The error was the typical MySQL error message

MySQL: Cannot connect to host "-u"
by riahc3
Tue Jul 17, 2018 9:25 am
Forum: Nagios XI
Topic: Nagios XI update upgrade.sh script broken
Replies: 3
Views: 898

Nagios XI update upgrade.sh script broken

Im using the quick method (the web gui version for me freezes): wget -O upgrade.sh https://assets.nagios.com/downloads/nagiosxi/upgrade.sh sh ./upgrade.sh And while running it, it reaches a point where MySQL complains that the host "-u" doesnt exist (and thankfully stops) Obviously somethi...
by riahc3
Fri Jun 15, 2018 8:27 am
Forum: Open Source Nagios Projects
Topic: Configure SNMP Traps in Nagios?
Replies: 5
Views: 2506

Re: Configure SNMP Traps in Nagios?

Well, the packages in the outdated tutorial are already here: https://assets.nagios.com/downloads/nagiosxi/docs/Integrating_SNMP_Traps_With_Nagios_XI.pdf so.... Anyways… This is for CentOS 5.....holy shit. Im mean thats old. I cant find the snmptrapd.options file. Seeing as this is a production serv...
by riahc3
Thu Jun 07, 2018 4:49 am
Forum: Open Source Nagios Projects
Topic: Configure SNMP Traps in Nagios?
Replies: 5
Views: 2506

Configure SNMP Traps in Nagios?

How do I configure SNMP Traps in Nagios?

Ive imported the MIB, set up the trap listener….but….
by riahc3
Tue Jun 05, 2018 8:57 am
Forum: Open Source Nagios Projects
Topic: check_snmp with multi OID and conditional?
Replies: 1
Views: 2556

check_snmp with multi OID and conditional?

Im checking a LACP interface where I have NIC1 and NIC2 To make things simple: Lets say 1 is up and 0 is down. Also lets make up the OIDs… 1.2.3.4.5.6.7.8.9.9.9.1 is interface one with it returning a 1 or 0 1.2.3.4.5.6.7.8.9.9.9.2 is interface two with it returning a 1 or 0 Ideally: ./check_snmp -H ...
by riahc3
Thu May 31, 2018 2:17 am
Forum: Open Source Nagios Projects
Topic: Check UDP ports?
Replies: 5
Views: 4121

Re: Check UDP ports?

check_udp is the easiest plugin for this. What you should send/receive depends on the process bound to the port. You could experiment with this plugin using the -v or --verbose flags to see what is returned when providing various send/expect strings. Or ask the vendor/developer for valid request/re...
by riahc3
Wed May 30, 2018 11:17 am
Forum: Open Source Nagios Projects
Topic: Check UDP ports?
Replies: 5
Views: 4121

Check UDP ports?

What is the easiest way to check UDP ports if they are open?

The plug in Nagios expects me to send and way for a expected string. Dont quite understand stand.

Id also avoid using external tools like nmap and such and would perfer to use what is built in the OS (CentO)