Search found 7559 matches

by ssax
Thu Aug 26, 2021 4:26 pm
Forum: Nagios XI
Topic: Not able to monitor oracle database
Replies: 1
Views: 31

Re: Not able to monitor oracle database

Did you follow this guide?

https://assets.nagios.com/downloads/nag ... ios-XI.pdf

What is the output of these commands as root:

Code: Select all

uname -a
cat /etc/*release
find / -name DBI.pm
perl -e "print qq(@INC)"
su - nagios
perl -e "print qq(@INC)"
by ssax
Thu Aug 26, 2021 2:20 pm
Forum: Nagios XI
Topic: Unable to view scheduled report
Replies: 16
Views: 570

Re: Unable to view scheduled report

It looks like you're having apache issues: AH01075: Error dispatching request to : (reading input brigade) AH01276: Cannot serve directory /usr/local/nagiosxi/html/includes/js/highcharts/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Opti...
by ssax
Thu Aug 26, 2021 2:13 pm
Forum: Nagios XI
Topic: SNMP settings for HPE SAN
Replies: 3
Views: 748

Re: SNMP settings for HPE SAN

Please PM me a copy of your profile, you can download it from Admin > System Profile by clicking the Download Profile button. Try running the check commands from the command line of the system and PM me the full output. Okay, this is the doc you'd need to follow for SNMP traps if you don't have the ...
by ssax
Thu Aug 26, 2021 1:59 pm
Forum: Nagios XI
Topic: Exclude EventID Check_WMI
Replies: 10
Views: 2654

Re: Exclude EventID Check_WMI

That's great to hear! Let us know when we're okay to lock this up and mark it as resolved.
by ssax
Thu Aug 26, 2021 1:54 pm
Forum: Nagios XI
Topic: Problem Backend:nagiosxi NDO claims Nagios did not update
Replies: 11
Views: 928

Re: Problem Backend:nagiosxi NDO claims Nagios did not updat

This should be fixed in the upcoming XI 5.8.6 release (it's currently in testing). You can update it on yours by taking the attached zip file and upload it in Admin > Manage Components: nagvis.zip Then as the root user, run this command: /usr/local/nagiosxi/html/includes/components/nagvis/upgrade.sh...
by ssax
Wed Aug 25, 2021 5:22 pm
Forum: Nagios XI
Topic: Error during upgrade - backup phase
Replies: 8
Views: 646

Re: Error during upgrade - backup phase

I don't think it runs any commands as a non-root user during the upgrade process, I didn't find anything searching the installer code for su. Since the installer is meant to be run with root/sudo it shouldn't run any of the subscripts as a regular user.
by ssax
Wed Aug 25, 2021 9:52 am
Forum: Nagios XI
Topic: File system folder size
Replies: 7
Views: 7797

Re: File system folder size

Open up this address in your web browser: - Change X.X.X.X to the IP of your NCPA host https://X.X.X.X:5693 Then type in your token, click API, then select Disk from the dropdown. Does it show it listed on the right hand side? What OS/version is the remote server running? Does it show up in the moun...
by ssax
Wed Aug 25, 2021 9:43 am
Forum: Nagios XI
Topic: Viewing individual events from SNMP traps
Replies: 7
Views: 292

Re: Viewing individual events from SNMP traps

Currently there are no per-host service limits or total number of service limits (other than what your system specs and the architecture can handle), it is licensed per node which directly translates into the number of hosts in XI. The SNMP Trap Interface requires the Enterprise License add-on: http...
by ssax
Wed Aug 25, 2021 9:36 am
Forum: Nagios XI
Topic: Nagios WAN port monitoring
Replies: 1
Views: 36

Re: Nagios WAN port monitoring

If you're just doing a web request on a different port you can use the Website wizards and can specify the port and some text you expect it to output (or a regex query) on the next page of the wizard, that should do what you're looking for. See the links here at the bottom: https://www.nagios.com/so...
by ssax
Wed Aug 25, 2021 9:29 am
Forum: Nagios XI
Topic: Can I update Nagios active service status using Rest API
Replies: 13
Views: 465

Re: Can I update Nagios active service status using Rest API

Great! Let us know when we're okay to lock this up and mark it as resolved.