Search found 26 matches
- Tue Jan 21, 2025 4:18 pm
- Forum: Nagios XI
- Topic: NagiosXI 2024 Offline Installation - Failed to create /usr/local/nagiosxi
- Replies: 4
- Views: 2166
Re: NagiosXI 2024 Offline Installation - Failed to create /usr/local/nagiosxi
I had not created the local user and groups before installation, they were only created on IPA. In the process of researching a way to create the user/groups locally while also having them on IPA, I decided to forgo IPA and just have them locally. For what it is worth, below is the error in the log ...
- Sat Jan 18, 2025 2:43 pm
- Forum: Nagios XI
- Topic: NagiosXI 2024 Offline Installation - Failed to create /usr/local/nagiosxi
- Replies: 4
- Views: 2166
NagiosXI 2024 Offline Installation - Failed to create /usr/local/nagiosxi
I am attempting to install NagiosXI 2024 offline ( nagiosxi-2024R1.3.2-1.el8.x86_64.tar.gz ) on a clean Red Hat 8.9. Due to my environment, the nagios user and group and also nagcmd group has been created on Red Hat IPA. The nagios home directory is located in /opt/nagiosxi and before executing &quo...
- Tue May 11, 2021 3:02 pm
- Forum: Nagios Network Analyzer
- Topic: Change Nagios Network Analyzer Default Data Capture Time
- Replies: 1
- Views: 4532
Change Nagios Network Analyzer Default Data Capture Time
Hello,
It is my understanding that NNA's default data capture time is 5 minutes, is there anyway to lower this?
It is my understanding that NNA's default data capture time is 5 minutes, is there anyway to lower this?
- Tue Sep 29, 2020 2:44 pm
- Forum: Nagios XI
- Topic: snmptrap on Nagios 5.7.3
- Replies: 11
- Views: 1656
Re: snmptrap on Nagios 5.7.3
Had a secondary ticket opened with support and we stepped through the following, which resolved the issue. Remove the files from the /var/spool/snmptt Then to be sure, run the following as root to make sure the permissions are all set correctly. chown snmptt:nagios /etc/snmp/nagios-check-storage cho...
- Mon Sep 28, 2020 11:25 am
- Forum: Nagios XI
- Topic: snmptrap on Nagios 5.7.3
- Replies: 11
- Views: 1656
Re: snmptrap on Nagios 5.7.3
Also, this started to happen after I upgraded to 5.7.2. I have since upgraded to 5.7.3 in hopes that it resolved it, but it has not.
- Mon Sep 28, 2020 6:48 am
- Forum: Nagios XI
- Topic: snmptrap on Nagios 5.7.3
- Replies: 11
- Views: 1656
Re: snmptrap on Nagios 5.7.3
Followed the changes recommended and still experiencing the issue. For ps aux: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 33664 1424 ? Ss Sep21 0:01 /sbin/init root 2 0.0 0.0 0 0 ? S Sep21 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? S Sep21 0:36 [migration/0] root 4 0.0 0.0 0 0 ?...
- Thu Sep 24, 2020 6:55 am
- Forum: Nagios XI
- Topic: Permission denied errors in my audit logs
- Replies: 11
- Views: 2644
Re: Permission denied errors in my audit logs
cron is not restricted, selinux is disabled, server does connect to LDAP for local user authentication. I think I might try to rebuild the server and see if that helps. I will backup my existing configuration and then once rebuilt import it and see what happens.
- Wed Sep 23, 2020 1:59 pm
- Forum: Nagios XI
- Topic: Permission denied errors in my audit logs
- Replies: 11
- Views: 2644
Re: Permission denied errors in my audit logs
profile.zip sent to you. [root@tvm-nagios01 ~]# grep requiretty /etc/sudoers #Defaults requiretty # changed in order to be able to use sudo without a tty. See requiretty above. [root@tvm-nagios01 ~]# chage nagios -l Last password change : Sep 27, 2018 Password expires : Dec 05, 2020 Password inactiv...
- Wed Sep 23, 2020 9:22 am
- Forum: Nagios XI
- Topic: snmptrap on Nagios 5.7.3
- Replies: 11
- Views: 1656
Re: snmptrap on Nagios 5.7.3
File sent. Results of executing the zip command: [root@ovm-nagios01 ~]# zip -r /tmp/SNMPFILES.zip /etc/snmp adding: etc/snmp/ (stored 0%) adding: etc/snmp/snmptt.ini (deflated 71%) adding: etc/snmp/tmp/ (stored 0%) adding: etc/snmp/tmp/SCTP-MIB.txt (deflated 13%) adding: etc/snmp/tmp/NET-SNMP-EXTEND...
- Wed Sep 23, 2020 6:59 am
- Forum: Nagios XI
- Topic: snmptrap on Nagios 5.7.3
- Replies: 11
- Views: 1656
Re: snmptrap on Nagios 5.7.3
Files have been sent to you. I have the following output. [root@ovm-nagios01 ~]# ls -ld /var/spool/snmptt drwxrwxr-x 2 snmptt snmptt 4096 Sep 22 20:51 /var/spool/snmptt [root@ovm-nagios01 ~]# ls -ltr /var/spool/snmptt | head -10 total 0 I have had to manually delete the files in /var/spool/snmptt wh...