Search found 23 matches

by da1701d
Mon May 24, 2021 7:19 pm
Forum: Open Source Nagios Projects
Topic: Nagios integration with Okta
Replies: 2
Views: 14849

Re: Nagios integration with Okta

I would be interested in knowing if there was a way to do this. We have NagiosXI v5.8.2 and we are just using it's builtin ability but it would be nice to have it setup so we don't have to create the account manually on the nagios.

-Dan
by da1701d
Mon Jun 25, 2018 2:53 pm
Forum: Nagios XI
Topic: Manually clearing queued up eventhandler processing
Replies: 3
Views: 482

Re: Manually clearing queued up eventhandler processing

Events are queued up in xi_events I believe: echo "select * from xi_events" | mysql -uroot -pnagiosxi -Dnagiosxi You can delete items in here or clear everything out with: echo "delete from xi_events" | mysql -uroot -pnagiosxi -Dnagiosxi Thanks for the information. That command ...
by da1701d
Tue Jun 19, 2018 1:49 pm
Forum: Nagios XI
Topic: Manually clearing queued up eventhandler processing
Replies: 3
Views: 482

Manually clearing queued up eventhandler processing

Hello, We use the global event handler processing with a script that executes each time an event comes in. This passes information to an API for service now so we can auto-create tickets for things when problems happen. For the most part this is working pretty good and we like the ability service no...
by da1701d
Tue Dec 12, 2017 12:29 pm
Forum: Nagios XI
Topic: Windows Server Not Showing Memory Usage in Nagios Xi Metrics
Replies: 39
Views: 4991

Re: Windows Server Not Showing Memory Usage in Nagios Xi Met

kyang wrote:Sorry to say, but this is still currently in the works under our internal task_id=12576
Any idea when this will get fixed?
by da1701d
Wed Nov 01, 2017 4:15 pm
Forum: Nagios XI
Topic: Graphing the number of active HOSTS and SERVICES
Replies: 3
Views: 389

Re: Graphing the number of active HOSTS and SERVICES

Thanks! I was not familiar with this feature of nagios. I think it can be the solution. I notice the initial http query requires a username and password. What did you do from a script perspective for getting around the username and password?

Thanks
by da1701d
Wed Nov 01, 2017 12:43 pm
Forum: Nagios XI
Topic: Graphing the number of active HOSTS and SERVICES
Replies: 3
Views: 389

Graphing the number of active HOSTS and SERVICES

I have a nagiosxi environment where multiple admins make changes and we also have an automated deployment system setup where machines get added/deleted automatically using the API in Nagiosxi. I'm trying to find a easy way to make a graph showing the number of current/active HOSTS (and also SERVICE ...
by da1701d
Fri Oct 06, 2017 11:20 pm
Forum: Nagios XI
Topic: Windows Server Not Showing Memory Usage in Nagios Xi Metrics
Replies: 39
Views: 4991

Re: Windows Server Not Showing Memory Usage in Nagios Xi Met

Has anyone heard if the bug was fixed? I would like utilize the Metrics feature. Dan, some of the issues with the Metrics component have been fixed already, others - not yet. Currently, custom memory checks with check_nrpe and NSClient++ won't show up in the Metrics. Only the check_nt checks will. ...
by da1701d
Thu Oct 05, 2017 7:30 pm
Forum: Nagios XI
Topic: Windows Server Not Showing Memory Usage in Nagios Xi Metrics
Replies: 39
Views: 4991

Re: Windows Server Not Showing Memory Usage in Nagios Xi Met

lmiltchev actually did some investigation into this, and it's a bug within the Metrics component that we're going to need to fix. A big re-work of that component to better include 3rd party plugins is currently on our to-do list. I do apologize for the inconvenience. Let us know if you have additio...
by da1701d
Thu May 25, 2017 1:35 pm
Forum: Nagios XI
Topic: NCPA 2.0.2 monitoring multiple windows services
Replies: 3
Views: 1497

Re: NCPA 2.0.2 monitoring multiple windows services

Thanks a lot. I just found someone else who posted this as a known bug with the older version of the check_ncpa.py plugin. I guess its fixed in the newer 1.1.1 version. I was running the older 1.0.2 version. https://support.nagios.com/forum/viewtopic.php?f=16&t=43737&p=220204&hilit=multi...
by da1701d
Wed May 24, 2017 5:45 pm
Forum: Nagios XI
Topic: NCPA 2.0.2 monitoring multiple windows services
Replies: 3
Views: 1497

NCPA 2.0.2 monitoring multiple windows services

Hello, I am trying to use one check command to monitor multiple windows services. Here is the command I am using: check_ncpa.py -H <hostname> -t '<apikey>' -M 'services' -q 'service=SERVICE1,service=SERVICE2,service=SERVICE3,service=SERVICE4,status=running' ...this only returns the status of last se...