Search found 36 matches

by NetNeutron
Thu Jan 12, 2017 11:25 am
Forum: Nagios XI
Topic: Local Scheduled Backup failure
Replies: 23
Views: 844

Re: Local Scheduled Backup failure

# cat /usr/local/nagiosxi/var/components/scheduledbackups.log 01-01-2017 00:00:01 DEBUG: Running scheduled local backup ... 01-01-2017 00:00:01 INFO: Creating a local backup: nagiosxi.1483246801 01-01-2017 00:00:01 DEBUG: Sending create local backup command to CmdSubsystem 01-01-2017 01:00:02 DEBUG:...
by NetNeutron
Thu Jan 12, 2017 8:24 am
Forum: Nagios XI
Topic: Local Scheduled Backup failure
Replies: 23
Views: 844

Local Scheduled Backup failure

Good Morning, We seem to be having an issue with our Local Scheduled Backups. I had them running Daily at 00:05 at Location /store/backups/nagiosxi/ I did a Test permissions which returned -> The directory exists and is writeable. I purged all of the unzipped folders from the /store/backups/nagiosxi...
by NetNeutron
Wed Jan 04, 2017 6:27 am
Forum: Nagios XI
Topic: User cannot filter to a host(s) in Scheduled Downtime
Replies: 3
Views: 106

Re: User cannot filter to a host(s) in Scheduled Downtime

Hello,
The Filter... box under Incident Mangement, Scheduled Downtime, Schedule Downtime, For Host(s).
I PM'd the screenshot to you.

Glenn
by NetNeutron
Tue Jan 03, 2017 11:49 am
Forum: Nagios XI
Topic: User cannot filter to a host(s) in Scheduled Downtime
Replies: 3
Views: 106

User cannot filter to a host(s) in Scheduled Downtime

When a user tries to filter to a host or subset of hosts the filter ( abcd ) doesn't work. If you scroll through the list you can see the hosts that contain abcd. The user has these security settings Can see all objects: Can control all objects: Can access advanced features: Linux Distribution and v...
by NetNeutron
Mon Oct 17, 2016 7:15 am
Forum: Open Source Nagios Projects
Topic: Configure Nagios Core 4.2.1 to use HTTPS
Replies: 9
Views: 1984

Re: Configure Nagios Core 4.2.1 to use HTTPS

Yes this thread can be locked.
by NetNeutron
Fri Oct 14, 2016 10:41 am
Forum: Open Source Nagios Projects
Topic: Configure Nagios Core 4.2.1 to use HTTPS
Replies: 9
Views: 1984

Re: Configure Nagios Core 4.2.1 to use HTTPS

That minor change did work.

Code: Select all

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
</IfModule>
Up and running using HTTPS ! :D
by NetNeutron
Fri Oct 14, 2016 8:01 am
Forum: Open Source Nagios Projects
Topic: Configure Nagios Core 4.2.1 to use HTTPS
Replies: 9
Views: 1984

Re: Configure Nagios Core 4.2.1 to use HTTPS

I do have the Digest Authentication working now. I have installed the mod_ssl & openssl via yum. I have generated the keys using the doc Configuring SSL for Nagios XI. But when I get to the point of "Update Apache Configuration" I am not sure how to adjust the ReWriteRule for Nagios Co...
by NetNeutron
Thu Oct 13, 2016 2:46 pm
Forum: Open Source Nagios Projects
Topic: Configure Nagios Core 4.2.1 to use HTTPS
Replies: 9
Views: 1984

Re: Configure Nagios Core 4.2.1 to use HTTPS

Update.
I was able to "Implementing Digest Authentication" by using AuthUserFile instead of AuthDigestFile as we are using Apache 2.2
https://wiki.apache.org/httpd/InvalidCo ... DigestFile

Now onto "Implementing Forced TLS/SSL"
by NetNeutron
Thu Oct 13, 2016 2:18 pm
Forum: Open Source Nagios Projects
Topic: Configure Nagios Core 4.2.1 to use HTTPS
Replies: 9
Views: 1984

Configure Nagios Core 4.2.1 to use HTTPS

I am trying to configure nagios core to use https instead of http. I tried to follow the guide "Enhanced CGI Security and Authentication" in the Nagios Core documentation. I installed/compiled Core by following this guide "Fedora Quickstart" I tried "Implementing Digest Auth...