Search found 19268 matches

by scottwilkerson
Thu Aug 15, 2019 7:22 am
Forum: Open Source Nagios Projects
Topic: Service notification not going to inherited contact group
Replies: 5
Views: 5442

Re: Service notification not going to inherited contact grou

If you explicitly define a contact or contact_group on the service, it will no longer inherit the contact_group on the host, so in your case you would need to additionally define the contact group "appx" to the service as well. See Implied Inheritance The following table lists the object v...
by scottwilkerson
Thu Aug 15, 2019 7:13 am
Forum: Nagios XI
Topic: nrpe check_disk
Replies: 7
Views: 569

Re: nrpe check_disk

Both on the server and on the remote PC, nagios.cfg pulls the commands from commands.cfg that's not how check_nrpe works When you run ./check_nrpe -H remotehost -t 30 -c check_disk the nagios server reaches out to remotehost on port 5666 (the NRPE port) and asks it to execute the command defined in...
by scottwilkerson
Thu Aug 15, 2019 7:07 am
Forum: Open Source Nagios Projects
Topic: Different notifications for the same contact
Replies: 3
Views: 1535

Re: Different notifications for the same contact

This isn't possible how you described it, however you can write a script that does some processing to match the $SERVICEDESC$ against this service and then change the message, then use this script as the notification handler.
by scottwilkerson
Thu Aug 15, 2019 7:03 am
Forum: Open Source Nagios Projects
Topic: Conditionally trigger service
Replies: 5
Views: 1700

Re: Conditionally trigger service

Is there a way to trigger it when "Service A" recovers? Ok would be the same as recovers. It is easier to think of the execution_failure_criteria as blocking execution rather than it triggering execution. Nagios blocks execution from happening if the services is in the listed state, so in...
by scottwilkerson
Thu Aug 15, 2019 6:53 am
Forum: Nagios XI
Topic: Can't see service comments in Nagios XI, but it is in mysql.
Replies: 5
Views: 165

Re: Can't see service comments in Nagios XI, but it is in my

The comments displayed are directly from Nagios Core and not out of the database.

If the comment didn't have the "Persistent" checked it will not last through Nagios restarts. Additionally they will not be displayed if someone chooses to delete them.
by scottwilkerson
Thu Aug 15, 2019 6:50 am
Forum: Nagios XI
Topic: prepend user prefix before NagiosXI backup filename
Replies: 3
Views: 117

Re: prepend user prefix before NagiosXI backup filename

If you are looking at the Local Backup Archives you can change the name and the number you are seeing is the unix timestamp the backup was made
https://www.epochconverter.com/
by scottwilkerson
Thu Aug 15, 2019 6:32 am
Forum: Nagios XI
Topic: SMS integeration by Custom html link
Replies: 3
Views: 267

Re: SMS integeration by Custom html link

dasunn wrote:Hi,

This is the link that we follows on.

http://textit.biz/http-api/

Appreciate on your quick response
But where in Nagios XI are you trying to create it?
by scottwilkerson
Thu Aug 15, 2019 6:29 am
Forum: Nagios XI
Topic: NagiosXI core and database in separate servers
Replies: 5
Views: 700

Re: NagiosXI core and database in separate servers

This document was awesome. In a single steps without problem i have enabled it. I am getting the same error as ping: local error: Message too long, mtu=1500 How to resolve this, I have not done any nic bonding. Could you please suggest. What command is being run for that output? It seems like this ...
by scottwilkerson
Thu Aug 15, 2019 6:29 am
Forum: Nagios XI
Topic: Could not authenticate. Invalid token given.
Replies: 9
Views: 585

Re: Could not authenticate. Invalid token given.

ghattasjacob wrote:Thank you :).
This is working now.
Great!

Locking
by scottwilkerson
Wed Aug 14, 2019 3:10 pm
Forum: Nagios XI
Topic: How to bring the utilization report with rrdtool
Replies: 5
Views: 579

Re: How to bring the utilization report with rrdtool

I don't have "a" command, rrdtool doesn't directly ;spit out a report. I can however show you where the rrdtool documentation is

https://oss.oetiker.ch/rrdtool/doc/index.en.html