Search found 52 matches

by perryell
Tue Mar 08, 2022 3:48 pm
Forum: Nagios XI
Topic: Dell EMC OpenManage Plug-in for Nagios XI
Replies: 1
Views: 903

Dell EMC OpenManage Plug-in for Nagios XI

Trying to install the Dell EMC OpenManage Plugin for Nagios Xi, following instructions from https://www.dell.com/support/manuals/en-us/openmanage-plugin-nagios-xi/domcnagiosxiig3.1/system-requirements?guid=guid-2546d7f4-b9bf-4c81-88de-aa2509c9e2ed&lang=en-us The prerequisites are completed Nagio...
by perryell
Mon Jun 28, 2021 1:32 pm
Forum: Nagios XI
Topic: Events Monitor with ncpa shows different event number
Replies: 8
Views: 1875

Re: Events Monitor with ncpa shows different event number

Hi
We are not using LDAP integration with nagios, Do we need it to use Monitor events with ncpa?
I understand the event logs is showing the last 30 minutes, my events count is always zero in the nagios side because the Event number is not matching the windows side
by perryell
Thu Jun 24, 2021 1:50 pm
Forum: Nagios XI
Topic: Events Monitor with ncpa shows different event number
Replies: 8
Views: 1875

Re: Events Monitor with ncpa shows different event number

More info If I go to the server like https://servername.domain.com:5693/api/logs?token=xxxxx&name=Application I see Logs from some minutes ago. If I run your command with the number I see from the ncpa logs it works, the issue is the number in the ncpa logs is different than the real windows Eve...
by perryell
Thu Jun 24, 2021 8:39 am
Forum: Nagios XI
Topic: Events Monitor with ncpa shows different event number
Replies: 8
Views: 1875

Re: Events Monitor with ncpa shows different event number

/check_ncpa.py -H xxxxxx.supreme.com -t 'xxxxx' -P 5693 -M 'logs' -q 'name=Application,logged_after=30m,severity=ERROR,event_id=5016' -c 0 -v Connecting to: https://xxxxxx.supreme.com:5693/api/logs/?token=xxxxx&critical=0&check=1&name=Application&logged_after=30m&severity=ERROR&a...
by perryell
Tue Jun 22, 2021 12:54 pm
Forum: Nagios XI
Topic: Events Monitor with ncpa shows different event number
Replies: 8
Views: 1875

Re: Events Monitor with ncpa shows different event number

The command
check_ncpa.py -H $HOSTADDRESS$ -t 'token -P 5693 -M 'logs' -q 'name=Application,logged_after=30m,severity=ERROR,event_id=5016' -c 0

The windows Server
Windows 2012Server
6.2.9200

The ncpa
./check_ncpa.py -V
check_ncpa.py, Version 1.2.4

The client
Version 2.3.1
by perryell
Tue Jun 22, 2021 9:39 am
Forum: Nagios XI
Topic: Editing Configuration Wizards
Replies: 8
Views: 1113

Re: Editing Configuration Wizards

I think the thresholds are defined in /usr/local/nagiosxi/html/includes/configwizards/ncpa/ncpa.inc.php, search for default_services $default_services['disk'][$id]['monitor'] = 'on'; $default_services['disk'][$id]['warning'] = 70; $default_services['disk'][$id]['critical'] = 90; Ileana
by perryell
Mon Jun 21, 2021 4:38 pm
Forum: Nagios XI
Topic: Events Monitor with ncpa shows different event number
Replies: 8
Views: 1875

Events Monitor with ncpa shows different event number

Trying to monitor application Events on a windows server with ncpa, but the event is showing different numbers in both sides, then the alert never going on Windows Event Info: Log Name: Application Source: MSExchangeTransport Event ID: 5016 Level: Error Computer: XCH2.xxxx.com NCPA WebPage Logs NCPA...
by perryell
Tue Jan 19, 2021 5:05 pm
Forum: Nagios XI
Topic: moving From 5.7.7/Centos 6 to 5.8.1 Centos 7
Replies: 1
Views: 245

moving From 5.7.7/Centos 6 to 5.8.1 Centos 7

Hi there. I have a server running Xi5.7.7 on centos 6.10. I was planning to move the server to a VM with Centos 7 with the same matching installation , and run the backup_xi.sh to backup restore the database in the new one. I notice the new VM shipped with 5.8.1 and the Centos 6 can not go over 5.7....
by perryell
Wed Jun 10, 2020 11:05 am
Forum: Nagios XI
Topic: Nagios XI 5.7 update problem
Replies: 17
Views: 3916

Re: Nagios XI 5.7 update problem

No, not checking between multiple servers, we can keep the daemon off
Thank you for all your help
by perryell
Wed Jun 10, 2020 10:52 am
Forum: Nagios XI
Topic: Nagios XI 5.7 update problem
Replies: 17
Views: 3916

Re: Nagios XI 5.7 update problem

No, i was pointing that if you run the nrpe upgrade alone, received the same message , nagiosxi is running ok cd ./src/; make install-plugin make[1]: Entering directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-4.0.3/src' /usr/bin/install -c -m 755 -d /usr/local/nagios/bin /usr/bin/install -c -m 755 .....