Search found 11 matches

by PaulRajeshMEzra45
Mon Nov 28, 2022 7:20 am
Forum: Nagios XI
Topic: Unable to access the Nagios web interface in Localhost
Replies: 1
Views: 3566

Unable to access the Nagios web interface in Localhost

i installed Nagios core in my local system I have followed the Link to install it but I am unable to access the web interface i am getting the following error <?php // Allow specifying main window URL for permalinks, etc. $url = 'main.php'; if ("no" == "yes" && isset($_GE...
by PaulRajeshMEzra45
Sat Oct 29, 2022 12:39 am
Forum: Open Source Nagios Projects
Topic: Automate Excel with VBScript to process Nagios Logs
Replies: 0
Views: 8680

Automate Excel with VBScript to process Nagios Logs

I'm using VBScript to extract a LOG file from Nagios XI. I have automated a script that will use IE.Aplication navigate, choose the right parameters (to filter) and export as CSV (Excel usable). That has been done! Now I want to filter MORE (of what Nagios can't do). I have multiple logs of CPU, and...
by PaulRajeshMEzra45
Tue Sep 13, 2022 7:17 am
Forum: Open Source Nagios Projects
Topic: Nagios Cert Store monitoring
Replies: 4
Views: 1980

Re: Nagios Cert Store monitoring

I would suggest file system size check to make sure you stay to a respectable level to where you don't fill up. Also suggest amount of users on a system at once and have nagios check that. id suggest possibly nrpe doing a check_http specifiy interface or maybe check the community see if someone has ...
by PaulRajeshMEzra45
Thu Aug 04, 2022 6:38 am
Forum: Open Source Nagios Projects
Topic: check_nrpe socket timeout
Replies: 5
Views: 2336

Re: check_nrpe socket timeout

I see where you are going with this. Let me try to install the NRPE agent on another server in the same "enclave" as the nagios server. If it works, this will definitely reveal itself be a router firewall issue. Is iptables running? if so, you might omegle.2yu.co need to open port 5666 (as...
by PaulRajeshMEzra45
Tue Jul 12, 2022 7:28 am
Forum: Open Source Nagios Projects
Topic: Nagios Core alternatives
Replies: 5
Views: 6018

Re: Nagios Core alternatives

I switched from Nagios to Icinga over 10 years ago and have been on Icinga 2 for the past 5 or so years. Thruk as the single pane of glass front-end with an Icinga instance in each datacenter location / division has been my preferred deployment. One particularly nice thing about Icinga2 is that vari...
by PaulRajeshMEzra45
Tue Jul 12, 2022 7:20 am
Forum: Open Source Nagios Projects
Topic: How to check service three times a day
Replies: 2
Views: 1365

How to check service three times a day

I need a service to be checked three times a day at fixed times. The check should run at 7, 15 and 23 hours (every 8 hours at those times). What I have tried is define a this time period: define timeperiod{ timeperiod_name three_times_a_day monday 07:00-07:10, 15:00-15:10, 23:00-23:10 tuesday 07:00-...
by PaulRajeshMEzra45
Fri Apr 29, 2022 5:22 am
Forum: Open Source Nagios Projects
Topic: Nagios change Rule
Replies: 4
Views: 3329

Re: Nagios change Rule

You need to define a handler command for this and call the curl command from the handler script. You can write the handler in any language that you omeglz echat like.
by PaulRajeshMEzra45
Fri Apr 29, 2022 4:33 am
Forum: Open Source Nagios Projects
Topic: Nagios config file syntax
Replies: 1
Views: 1351

Re: Nagios config file syntax

That's not an example of the Nagios configuration file. The Nagios configuration file (nagios.cfg) has an INI file syntax, i.e. name=value (but no sections). The example you give is a Nagios object configuration file (referred to via cfg_file in the above config file), but I'm not sure what you're a...
by PaulRajeshMEzra45
Fri Apr 29, 2022 4:31 am
Forum: Open Source Nagios Projects
Topic: Nagios - Connection refused & Socket timeout
Replies: 0
Views: 773

Nagios - Connection refused & Socket timeout

Hi I need to monitor windows services(like CPU load, memory usage etc.), so I have installed Nagios monitoring tool. The installation is complete and 'check_nt' plugin is also installed. Upto this no error is there, but while executing scripts with agent NSClient++ 'Connection refused by host' error...
by PaulRajeshMEzra45
Fri Apr 29, 2022 4:23 am
Forum: Open Source Nagios Projects
Topic: Nagios - Status UNKNOWN for bash script
Replies: 0
Views: 730

Nagios - Status UNKNOWN for bash script

Hi I am trying to monitor my EC2 loadblancer through Nagios using a bash script. Below is the script which I am trying to implement with Nagios. #!/bin/sh ST_OK=0 ST_WR=1 ST_CR=2 ST_UK=3 LB_NAME="xxx" AWS_REGION="us-west-2" PROFILE="default" CMD=$(/usr/bin/aws elb descr...