Page 2 of 2

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Fri Jun 30, 2017 5:01 am
by Mani.Murugesan
Please find output of the attachment and Let me know What configuration settings detail we required

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Fri Jun 30, 2017 11:20 am
by tgriep
The port looks to be open on the device but is still could be a configuration setting on the Fortigate system.
Can you login to the Fortigate unit with a terminal, display the running configuration and post it here?

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Tue Jul 04, 2017 1:37 am
by Mani.Murugesan
Ok . We will reply

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Tue Jul 04, 2017 7:11 am
by Mani.Murugesan
Please find the attachment for the below running configuration,

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Wed Jul 05, 2017 11:40 am
by tgriep
I am not familiar with the Fortigate Commands but from what I see, only the IP address in this range are allowed to access SNMP on the device so the Nagios server has to be in that range.

Code: Select all

192.168.86.1 - 192.168.86.30
Is the Nagios server in that range?

In my previous post, I be wrong about the port being open. When it says open|filtered, that means that the nmap command could not determine whether a port is open or filtered, so it may not be truly open.

The community string has a special character in it and to use that in Nagios XI, you would have to create a user macro and use them in place of the community string in the wizards.

To do that, edit this file:

Code: Select all

/usr/local/nagios/etc/resource.cfg
Add your special character community string like the example below

Code: Select all

$USER9$=Commun!ty
Save the file and restart nagios by running the following as root.

Code: Select all

service nagios restart
Then, when you run the Wizard, you would use $USER9$ in place of the community string.

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Thu Jul 06, 2017 11:53 pm
by Mani.Murugesan
We Will try and let you know

Re: CPU/Memory are showing unknown in Nagios XI

Posted: Fri Jul 07, 2017 9:29 am
by tmcdonald
We'll keep the thread open