Search found 33 matches

by alsoszaa
Wed Dec 04, 2019 2:43 pm
Forum: Nagios XI
Topic: NRPE + Powershell script Not Graphing
Replies: 3
Views: 271

Re: NRPE + Powershell script Not Graphing

Awesome! I added the pipe followed by the variable info to the Write-Host line and now I see the graph! I did this to OK, Warn, and Critical.

Code: Select all

Write-Host "OK: $NagiosDescription | PercentFree=$datastoresize"
Thank you so much for your help!
by alsoszaa
Wed Dec 04, 2019 2:00 pm
Forum: Nagios XI
Topic: NRPE + Powershell script Not Graphing
Replies: 3
Views: 271

NRPE + Powershell script Not Graphing

I am using NRPE with a custom PowerShell script which works to provide the VMWare datastore percent free to a given datastore provided in in an argument within NagiosXI. However, I am not sure how to go about getting the percent free number to be graphed. I am 99% positive our Nagios uses HighCharts...
by alsoszaa
Thu Jun 13, 2019 5:28 pm
Forum: Nagios XI
Topic: Outgoing Mail fails after upgrading to 5.62
Replies: 4
Views: 550

Re: Outgoing Mail fails after upgrading to 5.62

After seeing this response, I looked up the error and fixed my issue: Solution found on https://nixhive.com/fatal-parameter-inet_interfaces-no-local-interface-found-for-1/ Taken from site: Issue You are note able to restart / start postfix and getting the below error. fatal: parameter inet_interface...
by alsoszaa
Thu Jun 13, 2019 5:17 pm
Forum: Nagios XI
Topic: Outgoing Mail fails after upgrading to 5.62
Replies: 4
Views: 550

Re: Outgoing Mail fails after upgrading to 5.62

This wasn't when I upgraded to 5.63, this was when I upgraded to 5.62. I was at 5.60 before and it was working fine. I have covered up server names and email addresses, but here are the results: Prod: [root@xxxxxxxxPROD ~]# echo "Subject: sendmail test" | sendmail -v myemail@company.com Ma...
by alsoszaa
Thu Jun 13, 2019 3:02 pm
Forum: Nagios XI
Topic: Outgoing Mail fails after upgrading to 5.62
Replies: 4
Views: 550

Outgoing Mail fails after upgrading to 5.62

Outbound email was working until I upgraded from 5.601 to 5.62. I didn't change any email settings before the upgrade and was receiving alerts fine until after the upgrade. Now trying to send a test mail to troubleshoot I see this: Could not instantiate mail function. (method=sendmail), Referer: adm...
by alsoszaa
Tue Jun 04, 2019 11:48 am
Forum: Nagios XI
Topic: Deleting Services that aren't in CCM
Replies: 5
Views: 463

Re: Deleting Services that aren't in CCM

Awesome! Thanks! That resolved the issue! This can be considered completed!
by alsoszaa
Tue Jun 04, 2019 9:48 am
Forum: Nagios XI
Topic: Deleting Services that aren't in CCM
Replies: 5
Views: 463

Re: Deleting Services that aren't in CCM

Here is the output: [root@dja-tst-nagios ~]# ps -ef|grep nagios.cfg root 22481 22323 0 07:47 pts/0 00:00:00 grep --color=auto nagios.cfg nagios 27377 1 0 Jun03 ? 00:00:14 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 27395 27377 0 Jun03 ? 00:00:03 /usr/local/nagios/bin/nagi...
by alsoszaa
Mon Jun 03, 2019 6:27 pm
Forum: Nagios XI
Topic: Deleting Services that aren't in CCM
Replies: 5
Views: 463

Deleting Services that aren't in CCM

I just updated to 5.6.2 on my test instance. Then I configured MSSQL database through the wizard. I chose the incorrect server and had to delete these. I applied the configuration after deleting the new services. CCM doesn't show the services anymore, but the dashboard and services menu show they ar...
by alsoszaa
Fri Dec 28, 2018 7:24 pm
Forum: Nagios XI
Topic: Still totally confused: First Notification Delay
Replies: 3
Views: 936

Re: Still totally confused: First Notification Delay

HA! I finally got it! Im going to try to delete my post. If I cannot, please close this as resolved.
by alsoszaa
Fri Dec 28, 2018 6:41 pm
Forum: Nagios XI
Topic: Still totally confused: First Notification Delay
Replies: 3
Views: 936

Re: Still totally confused: First Notification Delay

LOL! I may have just solved for x

http://sites.box293.com/nagios/guides/c ... oft-states

I thought nagios notifies on ANY state change. According to the site above, the notification is sent out on HARD non-OK only.