whole buncha questions.
Posted: Mon Oct 01, 2012 10:52 am
I will break this up into different topic if you want. I have questions on a few things. I think the answers may be easy, I am just missing a step i think.
1. Backups:
Is there a way to edit the daily weekly monthly backup script so that it will transfer the backups to a remote server after the backup completes?
is it possible to push my backups to a networked windows folder?
Are there any instructions for setting up centos so that It can be backed up by Avamar? <---- I know this one is a long shot.
2. Nagios Mobile.
After installing nagios mobile, the only accounts that can login are administrators.
I have my user accounts set up so that:
1. Can see all hosts and services:
2. Can control all hosts and services:
3: Can access advanced features:
here is my nagiosmobile_apache.conf:
The odd thing is that after the install (i installed a few times) that apache.conf file is not in the nagiosmobile folder. Even when I put the file in the folder the problem persists.
this is the one that will have y'all calling me a knucklehead:
The active directory component...
Do I create an account in nagios that matched the users active directory account, and then log into that account in nagios for it to work, or do I just create any account and log into nagios. I just cant get this thing to work....i know I must be missing something simple.
1. Backups:
Is there a way to edit the daily weekly monthly backup script so that it will transfer the backups to a remote server after the backup completes?
is it possible to push my backups to a networked windows folder?
Are there any instructions for setting up centos so that It can be backed up by Avamar? <---- I know this one is a long shot.
2. Nagios Mobile.
After installing nagios mobile, the only accounts that can login are administrators.
I have my user accounts set up so that:
1. Can see all hosts and services:
2. Can control all hosts and services:
3: Can access advanced features:
here is my nagiosmobile_apache.conf:
Code: Select all
#modify this file to fit your apache configuration
Alias /nagiosmobile "/usr/local/nagiosmobile"
<Directory "/usr/local/nagiosmobile">
# SSLRequireSSL
Options None
AllowOverride None
Order allow,deny
Allow from all
# Allow from 127.0.0.1
######use the below lines for Nagios XI
AuthName "Nagios Monitor XI"
AuthType Basic
AuthUserFile /usr/local/nagiosxi/etc/htpasswd.users
######Use the below lines for a SOURCE install of Nagios Core
# AuthName "Nagios Access"
# AuthType Basic
# AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
this is the one that will have y'all calling me a knucklehead:
The active directory component...
Do I create an account in nagios that matched the users active directory account, and then log into that account in nagios for it to work, or do I just create any account and log into nagios. I just cant get this thing to work....i know I must be missing something simple.