Search found 9010 matches

by tgriep
Tue Mar 29, 2022 11:13 am
Forum: Open Source Nagios Projects
Topic: I Want to monitor SAN brocade switch using SNMP Trap
Replies: 4
Views: 5912

Re: I Want to monitor SAN brocade switch using SNMP Trap

We talked earlier and you said that the device is setup to use SNMP version 3 to send the traps. To get the XI server to accept SNMPv3 traps, the /etc/snmp/snmptrapd.conf file has to be updated with the username, credentials, etc and this KB article has the various settings that need to be done. htt...
by tgriep
Thu Mar 24, 2022 9:18 am
Forum: Nagios XI
Topic: Some errors on php upgrade
Replies: 28
Views: 51877

Re: Some errors on php upgrade

The shellinabox package needs to be re-installed on the server as the web ssh interface uses it.

Code: Select all

dnf install shellinabox
Then start the daemon and enable it to start at boot.

Code: Select all

systemctl start shellinaboxd
systemctl enable shellinaboxd
Then see if the web ssh interface works.

Thank you.
by tgriep
Thu Mar 17, 2022 3:15 pm
Forum: Nagios XI
Topic: Bulk Modification Tool. It doesn't remove free variables.
Replies: 13
Views: 4431

Re: Bulk Modification Tool. It doesn't remove free variables

Your welcome. Glad everything is working for you now.
by tgriep
Mon Mar 14, 2022 10:21 am
Forum: Nagios XI
Topic: Bulk Modification Tool. It doesn't remove free variables.
Replies: 13
Views: 4431

Re: Bulk Modification Tool. It doesn't remove free variables

It could be the extended permissions on the files and folders that is not allowing nagios / apache to read the files but the owner-group should be changed to the following. chown -R apache.nagios /usr/local/nagios/dell If there is some sort of policy or application that maintains the extended permis...
by tgriep
Fri Mar 11, 2022 11:13 am
Forum: Nagios XI
Topic: Bulk Modification Tool. It doesn't remove free variables.
Replies: 13
Views: 4431

Re: Bulk Modification Tool. It doesn't remove free variables

Are you using the Dell tool in Nagios? Can you provide more details about the extended permissions for nagios user. Could you post or PM me your Nagios XI System Profile so we can review it? To get your system profile. Login to the Nagios XI GUI using a web browser. Click the "Admin" > &qu...
by tgriep
Thu Mar 10, 2022 12:09 pm
Forum: Nagios XI
Topic: SLA report only on Host
Replies: 4
Views: 5082

Re: SLA report only on Host

There is a bug in the SLA report that when it checks the permissions of the user when using the Host Only option and that is causing the permission issue.
I'll file a bug report so it will be fixed in a future XI update.

Thank you.
by tgriep
Thu Mar 10, 2022 11:29 am
Forum: Nagios XI
Topic: SNMP Trap results not in passive check "SNMP Traps"
Replies: 3
Views: 1354

Re: SNMP Trap results not in passive check "SNMP Traps"

Your welcome, glad it is all working now.
by tgriep
Thu Mar 10, 2022 11:28 am
Forum: Nagios XI
Topic: Bulk Modification Tool. It doesn't remove free variables.
Replies: 13
Views: 4431

Re: Bulk Modification Tool. It doesn't remove free variables

Your system has the Dell component installed on it and that adds the /usr/local/nagios/dell files and folders. It is not part of the Standard XI install. Make sure all of the permissions for the folders / sub-folders are set to the apache user and nagios group can read and write to the files and fol...
by tgriep
Wed Mar 09, 2022 1:53 pm
Forum: Nagios XI
Topic: Bulk Modification Tool. It doesn't remove free variables.
Replies: 13
Views: 4431

Re: Bulk Modification Tool. It doesn't remove free variables

I did a bit of checking and when a variable is removed using the BMT tool, it is removing the variable from the nagiosql database, not from the nagios database. When using the BMT tool, and the change is saved, and the Apply Configuration is ran, the variable is removed form the nagios_customvariabl...
by tgriep
Mon Mar 07, 2022 5:51 pm
Forum: Nagios Network Analyzer
Topic: hostname instead of IP
Replies: 1
Views: 24745

Re: hostname instead of IP

To enable DNS host names in Nagios Network Analyzer. Go to the Administration > Global Settings menu. For the Resolve Hostnames in: section, check the boxes for the Reports and Queries Graphs and save the settings. That will display the Host Names that can be resolved in the web interface. Thank you.