Search found 22 matches
- Tue Mar 26, 2019 8:54 am
- Forum: Nagios XI
- Topic: Scheduled Downtime Script
- Replies: 7
- Views: 701
Re: Scheduled Downtime Script
I would like to request that for the timestamps in this function, rather than forcing us to translate between unix epoch timestamps and human time, that perhaps something that is still an integer and better for the people writing the code be used, such as: 20190326095200 still an integer. But easier...
- Tue Oct 23, 2018 12:17 pm
- Forum: Nagios XI
- Topic: Adding AD users via REST
- Replies: 5
- Views: 484
Re: Adding AD users via REST
it'd be okay, but not necessary. As long as I can add/delete AD users, that's fine.
what is needed desperately is the ability to modify existing objects, i.e. user permissions, services, hosts, hostgroups, etc. that's far more of a need than browsing AD I think.
what is needed desperately is the ability to modify existing objects, i.e. user permissions, services, hosts, hostgroups, etc. that's far more of a need than browsing AD I think.
- Thu Oct 18, 2018 1:45 pm
- Forum: Nagios XI
- Topic: Adding AD users via REST
- Replies: 5
- Views: 484
Re: Adding AD users via REST
I think I was being imprecise. In the Web UI, I have to have an AD account that allows me to see the users I want to add, and a password for that, so I can browse the AD tree and select users. That's the user name I'm referring to, not the user name of the AD user I am trying to add.
- Thu Oct 18, 2018 8:53 am
- Forum: Nagios XI
- Topic: Adding AD users via REST
- Replies: 5
- Views: 484
Adding AD users via REST
So looking at updating my Nagios REST API front end to allow for the 5.5.x changes, and I have a question about adding users that are in AD. When doing so via the Web UI, you have to enter in a valid AD user name and password. But looking in the API docs, all I see is a user name. Is that correct? B...
- Wed Aug 08, 2018 1:41 pm
- Forum: Nagios XI
- Topic: Undocumented REST API change
- Replies: 7
- Views: 614
Re: Undocumented REST API change
okay, another one. I notice in Fusion that I can add AD/LDAP users, but when I go to look in the help for REST APIs in Nagios XI 5.5.2, there's no documentation/help for adding users at all. Is this going to be changed soon?
- Thu Aug 02, 2018 3:07 pm
- Forum: Nagios XI
- Topic: GET Objects/Service
- Replies: 3
- Views: 262
Re: GET Objects/Service
GET Objects/Service is showing the objects (whatever core sees), not the configuration. Basically, if you added a service to let's say 100 hosts, you would see it as a "separate" service (object) under each and every one of these hosts. Right, but that's not how you view it in CCM. In CCM...
- Wed Aug 01, 2018 2:04 pm
- Forum: Nagios XI
- Topic: GET Objects/Service
- Replies: 3
- Views: 262
GET Objects/Service
I was going through this when I realized that if I have the same service attached to 50 hosts, it gets 50 separate entries in the return for GET Objects/Service, and each entry is treated like a completely separate service. This creates a huge amount of work if one wants to get, say a list of servic...
- Mon Jul 23, 2018 11:57 am
- Forum: Nagios XI
- Topic: Undocumented REST API change
- Replies: 7
- Views: 614
Re: Undocumented REST API change
If this was intentional, then please pay more attention to documenting this kind of thing. If this was not, then it's a rather large bug. I just had a word from our developers, who confirmed that this change was intentional. The documentation will be updated in 5.5.2, which should be coming out soo...
- Mon Jul 23, 2018 10:37 am
- Forum: Nagios XI
- Topic: Undocumented REST API change
- Replies: 7
- Views: 614
Re: Undocumented REST API change
and objects/hostgroup
- Mon Jul 23, 2018 10:33 am
- Forum: Nagios XI
- Topic: Undocumented REST API change
- Replies: 7
- Views: 614
Re: Undocumented REST API change
This also happens with objects/contact