Search found 3 matches
- Tue Aug 07, 2018 7:55 pm
- Forum: Nagios XI
- Topic: Loggin to Nagios from script in python
- Replies: 1
- Views: 654
Loggin to Nagios from script in python
Hello I am trying to loggin in nagios since a script made in python with this code: import sys import requests URL = 'http://XXX.XXX.XXX.48/nagiosxi/login.php' client = requests.session() client.get(URL) payload = { 'username': 'my_user', 'password': 'my_pass', 'page': 'auth', 'pageopt': 'login', 'd...
- Fri Mar 02, 2018 6:08 pm
- Forum: Nagios XI
- Topic: Is there a limit of services in a host?
- Replies: 3
- Views: 872
Re: Is there a limit of services in a host?
I appreciate your reply, is there any config file where I can visualize that? My cuestión is because we use nagios API to receive since a public cloud ,certain mount of sensors at specific host in a specific moment, so we may hold 1 sensor by host or maybe 500, But I' am concern to reach limit of se...
- Wed Feb 21, 2018 6:33 pm
- Forum: Nagios XI
- Topic: Is there a limit of services in a host?
- Replies: 3
- Views: 872
Is there a limit of services in a host?
Hi all,
I would like to know if there is a limit of services assigned in a host; and if there is, which is the max number of services.
Thanks in advance.
I would like to know if there is a limit of services assigned in a host; and if there is, which is the max number of services.
Thanks in advance.