Search found 29 matches

by toneill2000
Thu Apr 26, 2018 12:27 pm
Forum: Nagios XI
Topic: What is config_id and access_rights used for?
Replies: 4
Views: 735

Re: What is config_id and access_rights used for?

If you look at the main page for NagiosQL, which the Core Config Manager is based upon, config_id is used to support multiple configuration sets: mcapra , This might be kind of a newbie question but I see you cite NagiosQL documentation. Does that mean I'm using this configuration tool for my Nagio...
by toneill2000
Wed Apr 25, 2018 6:32 pm
Forum: Nagios XI
Topic: What is config_id and access_rights used for?
Replies: 4
Views: 735

What is config_id and access_rights used for?

I see that many of the Nagios tables include columns called config_id and access_rights. I don't see these documented anywhere on the usage. The access_rights always seems to be null and the config_id is always populated with number 1. Can someone tell me the purpose of these and whether and how the...
by toneill2000
Tue Apr 24, 2018 5:50 pm
Forum: Nagios XI
Topic: What is the purpose of the tploptions columns?
Replies: 5
Views: 958

Re: What is the purpose of the tploptions columns?

lmiltchev and scottwilkerson , You both were correct, thank you. scottwilkerson , the example scenario you gave solidified it. Just as you indicated, the values changed in the DB after I changed these settings. These three options (+, null, and standard) are available on most or all the object mana...
by toneill2000
Mon Apr 09, 2018 11:53 am
Forum: Nagios XI
Topic: What is the purpose of the tploptions columns?
Replies: 5
Views: 958

Re: What is the purpose of the tploptions columns?

Hi lmiltchev , We have hosts and services that have no inheritance and some inheritance. The value is still 2 for all of them. I'd like to find a way to verify the changes in this column. Do you have a specific scenario where I can actually see the value change to a 0 or a 1? Mine are all twos. Than...
by toneill2000
Sun Apr 08, 2018 11:24 am
Forum: Nagios XI
Topic: What is the purpose of the tploptions columns?
Replies: 5
Views: 958

What is the purpose of the tploptions columns?

I have noticed there are many column that are suffixed with tploptions. For example, if you look at tbl_service you will see a column called host_name_tploptions. It's a tinyint column and it's always populated with integer 2. What is this for and will it ever be a different value than 2? Thanks.
Todd
by toneill2000
Sat Mar 31, 2018 9:11 pm
Forum: Nagios XI
Topic: Using REST API, how to clear host's hostgroup field
Replies: 5
Views: 931

Re: Using REST API, how to clear host's hostgroup field

Are you trying to modify existing host? i wonder if there was any PATCH method to update the nagios object configuration with out POST method. If not you can create custom endpoint to PATCH/Update the object config harimittapalli , do you have an example snippet of a custom endpoint that can patch ...
by toneill2000
Sat Mar 31, 2018 9:10 pm
Forum: Nagios XI
Topic: Using REST API, how to clear host's hostgroup field
Replies: 5
Views: 931

Re: Using REST API, how to clear host's hostgroup field

@scottwilkerson, yes, that works. I'm not sure why I didn't think of that. I'm all set and thank you for the post.
Todd
by toneill2000
Sun Mar 25, 2018 1:35 pm
Forum: Nagios XI
Topic: Using REST API, how to clear host's hostgroup field
Replies: 5
Views: 931

Using REST API, how to clear host's hostgroup field

I'm using the REST API operation POST config/host. In this POST, I want to empty out the hostgroup column for a given host. The problem I'm having is that when I send an empty string or null, the hostgroup value still remains on the host. How can I clear this value using the POST config/host operati...
by toneill2000
Tue Feb 27, 2018 1:22 pm
Forum: Nagios XI
Topic: Best practice for Nagios Object relationships
Replies: 4
Views: 977

Re: Best practice for Nagios Object relationships

thanks @tmcdonald, you can lock this down.
by toneill2000
Mon Feb 26, 2018 8:57 pm
Forum: Nagios XI
Topic: Best practice for Nagios Object relationships
Replies: 4
Views: 977

Re: Best practice for Nagios Object relationships

First off, impressive diagram :) I wish all DB questions were this precise. Thanks! :D I personally agree with your thoughts that the hostgroup definition is the proper place to create associations between hosts and their hostgroups (and between services and their servicegroups). XI tends to do it ...