Search found 431 matches

by tacolover101
Fri May 11, 2018 2:18 pm
Forum: Nagios XI
Topic: Bulk Modification - Service Groups
Replies: 6
Views: 194

Re: Bulk Modification - Service Groups

this would make a great feature request.
by tacolover101
Wed May 02, 2018 8:53 am
Forum: Nagios XI
Topic: Scheduling very unstable
Replies: 28
Views: 866

Re: Scheduling very unstable

Do you have any instruction on how to revert back the offloaded DB? Restarting continuously is not practical. Thanks stop nagios, then ndo2db, then sql. you need to dump the remote DB, and then import it locally. reverse engineer the instructions for offloading to apply to local once again. then st...
by tacolover101
Wed May 02, 2018 8:51 am
Forum: Nagios XI
Topic: Installation and REST API Issues
Replies: 8
Views: 497

Re: Installation and REST API Issues

Tried your suggestions. Unfortunately following REST API request still doesn't work. Everything looks OK but Host testatpihost is not created. Input: curl -XPOST "https://cnaxi1097/nagiosxi/api/v1/config/host?apikey=AZQQ4G5jlMtpbBrsgfPhAOnU7nHsraThaZotWs6heD0JqLrZZBgAlXKLkndOBn60&pretty=1&...
by tacolover101
Sun Apr 29, 2018 1:31 pm
Forum: Open Source Nagios Projects
Topic: How to monitor Windows failover cluster
Replies: 4
Views: 4294

Re: How to monitor Windows failover cluster

you could build your own plugin to wrap around existing ones for your windows need, and compare the logic - this will work.

another option is looking at an existing plugin such as check_multi - https://github.com/flackem/check_multi
by tacolover101
Sun Apr 29, 2018 1:29 pm
Forum: Open Source Nagios Projects
Topic: Nagios - Elasticserach
Replies: 9
Views: 4927

Re: Nagios - Elasticserach

going with what @mcapra mentioned, a script like this should work for your needs - https://github.com/misiupajor/check_elasticsearch

a suggestion is to look at using NLS for this, as it will make querying off dynamic data much easier.
by tacolover101
Tue Apr 24, 2018 11:40 pm
Forum: Nagios XI
Topic: Adding existing services to host via REST API
Replies: 12
Views: 761

Re: Adding existing services to host via REST API

i can't recall if it's possible to append, but you could add a new service.

something that may help you out is looking at host groups + templates - this can be very powerful for templating different types of devices out.
by tacolover101
Mon Apr 23, 2018 1:19 pm
Forum: Open Source Nagios Projects
Topic: Configuration TOOLS
Replies: 10
Views: 7354

Re: Configuration TOOLS

I'll also, add a shameless plug, the absolute best GUI based configuration comes built into Nagios XI, including easy wizards, and advanced configuration modification. And current version of Nagios XI used Nagios Core 4.2.4 as it's monitoring engine https://www.nagios.com/products/nagios-xi/ ^ this...
by tacolover101
Mon Apr 23, 2018 12:50 pm
Forum: Open Source Nagios Projects
Topic: Configuration TOOLS
Replies: 10
Views: 7354

Re: Configuration TOOLS

imo - you should look outside of a configuration tool, and more into automating it. this can be done with templates / grouping in Nagios, hooked into automation tools such as chef, or ansible - then served with github for source control. the tools help initially, but if you're configuring each servi...
by tacolover101
Mon Apr 23, 2018 12:45 pm
Forum: Nagios XI
Topic: service now generating multiple ticket for one nagios alert
Replies: 6
Views: 214

Re: service now generating multiple ticket for one nagios al

if that doesn't work, additionally, can you post your host & service config?

you may have multiple notifications, escalations, or event handlers configured - thus triggering SN multiple times.
by tacolover101
Mon Apr 23, 2018 12:42 pm
Forum: Nagios XI
Topic: Host Group and Host Export to New Upgrade
Replies: 14
Views: 495

Re: Host Group and Host Export to New Upgrade

i *think* this should work for you - https://assets.nagios.com/downloads/nagiosxi/docs/Backing-Up-And-Restoring-Nagios-XI.pdf if not, here's a few creative ways you could pull the info: - /usr/local/nagios/var/status.dat - running config - /usr/local/nagios/var/objects.cache - compiled config - /usr...