Search found 68 matches

by lanxessinfy
Tue Feb 15, 2022 12:01 am
Forum: Nagios XI
Topic: Monitor Linux Server
Replies: 5
Views: 2297

Re: Monitor Linux Server

HI,

We are able to telnet to the server.

But how can we monitor Postfix Mailq using NCPA?

Using check_mailq am unable to monitor different host

Please provide us the suitable solution.

Thanks!
by lanxessinfy
Sat Feb 12, 2022 4:40 am
Forum: Nagios XI
Topic: Monitor Linux Server
Replies: 5
Views: 2297

Re: Monitor Linux Server

Hi,

Can we monitor Mail queue on linux?
If yes, please let us know how we can do that

Thanks
by lanxessinfy
Fri Feb 11, 2022 11:33 am
Forum: Nagios XI
Topic: Monitor Linux Server
Replies: 5
Views: 2297

Monitor Linux Server

Hi, We want to monitor Linux Server using NCPA which is a DMZ server. As when we trying to telnet to port 5693 we are getting Connection refused The change has been implemented for port opening on DMZ server but still we are getting Connection refused. what might be issue? Also please let us know wh...
by lanxessinfy
Tue Jan 04, 2022 8:47 am
Forum: Nagios XI
Topic: False Email Alerts
Replies: 3
Views: 533

Re: False Email Alerts

Hello ssax,

Thanks for the response.

I have sent system profile privately to you. please look into it.

Below file has output of first command.
FirstCommandOutput.txt
The second command is showing: bash: psql: command not found

Thanks!
by lanxessinfy
Thu Dec 30, 2021 1:00 pm
Forum: Nagios XI
Topic: False Email Alerts
Replies: 3
Views: 533

False Email Alerts

Hello, we are getting lot of false email alerts though hosts and services running fine. In email alert, From address is not our actual address. please look into the below SS of false email alert : MicrosoftTeams-image (1).png in the above email alert, from address having our nagios server name also ...
by lanxessinfy
Thu Dec 30, 2021 9:33 am
Forum: Nagios XI
Topic: Free Physical Memory using powershell
Replies: 5
Views: 1429

Re: Free Physical Memory using powershell

Hi, We have run the command on the target server. I'm getting the correct output on PowerShell whereas in Nagios am getting weird output. Please check. Script: param ( [String]$mode = "WorkingSet", $number = 5, $warning = 10, $critical = 35 ) if ($mode -eq 'CPU') { $value = (Get-WmiObject ...
by lanxessinfy
Tue Dec 28, 2021 8:07 am
Forum: Nagios XI
Topic: Free Physical Memory using powershell
Replies: 5
Views: 1429

Re: Free Physical Memory using powershell

Hi,

We need to calculate the physical memory load if physical memory load is 90% or 95% then it should generate top 5 memory consuming process.

The above one is calculating CPU load. we require physical memory load.

Please provide the suitable solution.

Thanks!
by lanxessinfy
Fri Dec 24, 2021 4:42 am
Forum: Nagios XI
Topic: Free Physical Memory using powershell
Replies: 5
Views: 1429

Free Physical Memory using powershell

Hi, Currently we are using the below powershell script to get the Top 5 CPU consuming process when the CPU load is meeting the Threshold. Try { $Threshold1 = 90 $Threshold2 = 95 $CpuLoad = (Get-WmiObject win32_processor | Measure-Object -property LoadPercentage -Average | Select Average ).Average IF...
by lanxessinfy
Sun Dec 05, 2021 8:54 am
Forum: Nagios XI
Topic: Check one service for 3 servers together
Replies: 5
Views: 883

Re: Check one service for 3 servers together

Hello benjaminsmith, I am getting only dummy host name in email alert body. please look into the below SS: email.PNG I Want all the host names and services names in the email alert body and also in the tickets(ServiceNow). Please look into the below SS which contains all hosts and services configure...
by lanxessinfy
Thu Dec 02, 2021 9:18 am
Forum: Nagios XI
Topic: Check one service for 3 servers together
Replies: 5
Views: 883

Re: Check one service for 3 servers together

Hello gsmith, thanks for the response. I have configured with BPI. I have one more query : Can i get host names in the output like host names of services which are in problem ? I have to trigger email alerts and Tickets(Service Now) with Host names of services . Currently I am getting only number se...