Search found 26 matches
- Wed Aug 26, 2020 1:28 am
- Forum: Open Source Nagios Projects
- Topic: Problem with custom bash script for HPE StoreVirtual 3200
- Replies: 2
- Views: 925
Re: Problem with custom bash script for HPE StoreVirtual 320
Thanks! This helped a lot and I managed to figure out how to fix it. For those wondering, here's the full script now: #! /bin/sh # # Example output: # WARNING - corp-SV3200-1-SC2 is 15 % free | used=5508MB;;total=6493MB;;available=985MB # # # Usage: ./check_lhc_mem.sh IP # return states for nagios S...
- Mon Aug 24, 2020 7:00 am
- Forum: Open Source Nagios Projects
- Topic: Problem with custom bash script for HPE StoreVirtual 3200
- Replies: 2
- Views: 925
Problem with custom bash script for HPE StoreVirtual 3200
Hello, I've been dabbling with a script that would check the RAM status for both storage controllers on a HPE StoreVirtual 3200 SAN. The script seems to work so far that I'm able to fetch the amount of total ram, its usage, and calculate the amount of RAM available. However, I'm not understanding wh...
- Fri Jul 05, 2019 3:58 am
- Forum: Open Source Nagios Projects
- Topic: Time periods not working for night-time email alerts
- Replies: 4
- Views: 1404
Re: Time periods not working for night-time email alerts
Everything worked just as planned. Thank you!
Thread can be marked as solved.
Thread can be marked as solved.
- Thu Jul 04, 2019 7:28 am
- Forum: Open Source Nagios Projects
- Topic: Time periods not working for night-time email alerts
- Replies: 4
- Views: 1404
Re: Time periods not working for night-time email alerts
Thank you very much! This must be what was wrong.
I will be testing this tonight, and I'll report back if it worked.
I will be testing this tonight, and I'll report back if it worked.
- Wed Jul 03, 2019 2:34 am
- Forum: Open Source Nagios Projects
- Topic: Time periods not working for night-time email alerts
- Replies: 4
- Views: 1404
Time periods not working for night-time email alerts
Hello, I've been tasked to set up email alerting to our internal administrator team during daytime (06:00-22:00) and to our MSP at night-time (22:00-06:00). Regarding the alerts to the MSP, this only affects a single hostgroup - our VMWare ESXi hosts. I've tested the alerts without the timeperiod-se...
- Fri Jun 28, 2019 4:22 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp unable to return GAUGE32 from HPE SAN
- Replies: 3
- Views: 1589
Re: check_snmp unable to return GAUGE32 from HPE SAN
Hi, I did the SNMPWALK command and could not find the OID I was looking for. As I turns out, the OS' version was not recent enough for it to contain the OID. The required OS version was 13.6.00.0275 and the one we have is 13.6.00.0241.0.
I will return to this matter after the device has been updated.
I will return to this matter after the device has been updated.
- Tue Jun 25, 2019 5:53 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp unable to return GAUGE32 from HPE SAN
- Replies: 3
- Views: 1589
check_snmp unable to return GAUGE32 from HPE SAN
Hello everybody, I'm trying to use Nagios Core to monitor a HPE StoreVirtual 3200 SAN via check_snmp , spesifically, I want to monitor the amount of memory that the device is utilizing. I've acquired the correct MIBs from HPE's website (in relation to the device's firmware version) and I've moved th...
- Mon Jun 24, 2019 11:00 am
- Forum: Nagios Log Server
- Topic: Proper way of removing Nagios Log Server agent for Linux
- Replies: 2
- Views: 825
Re: Proper way of removing Nagios Log Server agent for Linux
Okay, fantastic. Thanks for your help, you can lock this thread now.
- Mon Jun 24, 2019 1:53 am
- Forum: Nagios Log Server
- Topic: Proper way of removing Nagios Log Server agent for Linux
- Replies: 2
- Views: 825
Proper way of removing Nagios Log Server agent for Linux
Hello, I'm new to Nagios Log Server and I'm testing it out with a bunch of Windows and Linux hosts. I'm already hitting the 500 MB average and I've decided to remove a host from NLS because it's sending a ton of logs while the others aren't. So the question is: what's the proper way of removing the ...
- Fri Jun 07, 2019 3:46 am
- Forum: Open Source Nagios Projects
- Topic: Nagios can't send SMS (smstools)
- Replies: 9
- Views: 5787
Re: Nagios can't send SMS (smstools)
Technically this should inherit the groups permissions drwxrwsr-x and this the user drwsrwsr-x But again, I'm not sure about settings on your server or what manipulation smssend does to the files. Okay, thank you. What kind of commands could I accomplish that with? EDIT: Nevermind, I figured this o...