Search found 41 matches
- Mon Nov 11, 2024 1:24 pm
- Forum: Nagios XI
- Topic: Official nagiosxi monitor Dell server (iDRAC)
- Replies: 1
- Views: 49
Official nagiosxi monitor Dell server (iDRAC)
Hi, Dell OpenManage is being "EOL", they recommend iSM. We use "check_openmanage" that connects to the host and then runs omreport commands (https://github.com/trondham/check_openmanage). We are looking for an alternative, we saw https://www.dell.com/support/kbdoc/en-us/000178022...
- Mon Oct 14, 2024 12:31 pm
- Forum: Nagios Log Server
- Topic: Standard syslog input does not use the timestamp
- Replies: 2
- Views: 3389
Standard syslog input does not use the timestamp
Hi, When we use the non-SSL (5044), timestamp does not seem to be considered. If we use the SSL/TLS, it works fine: if [type] == 'syslog_tls' { grok { match => { "message" => "<%{POSINT:priority}>%{SYSLOGTIMESTAMP:timestamp} %{SYSLOGHOST:hostname} %{DATA:program}(?:\[%{POSINT:pid}\])?...
- Wed Oct 09, 2024 10:23 am
- Forum: Nagios Log Server
- Topic: RESOLVED: "nagioslogserver-latest.tar.gz" is corrupted - IMPORTANT
- Replies: 2
- Views: 3264
RESOLVED: "nagioslogserver-latest.tar.gz" is corrupted - IMPORTANT
Hi, As of this day, the archive to install NLS seems corrupted. # wget https://assets.nagios.com/downloads/nagios-log-server/nagioslogserver-latest.tar.gz --2024-10-09 15:19:42-- https://assets.nagios.com/downloads/nagios-log-server/nagioslogserver-latest.tar.gz Resolving assets.nagios.com (assets.n...
- Thu May 28, 2020 2:47 pm
- Forum: Nagios XI
- Topic: Linux Cached Memory
- Replies: 11
- Views: 762
Re: Linux Cached Memory
Why it does not check the Available memory instead?
- Thu May 28, 2020 1:10 pm
- Forum: Nagios XI
- Topic: Linux Cached Memory
- Replies: 11
- Views: 762
Re: Linux Cached Memory
Hi, Here is the output: # free -m -w;echo "";/usr/local/nagios/libexec/custom_check_mem -n -w 20 -c 10 total used free shared buffers cache available Mem: 128675 37392 9998 234 78707 2577 90273 Swap: 8191 0 8191 CRITICAL - 12573 / 128675 MB (9%) Free Memory, Used: 37394 MB, Shared: 234 MB,...
- Wed May 27, 2020 5:18 pm
- Forum: Nagios XI
- Topic: Linux Cached Memory
- Replies: 11
- Views: 762
Re: Linux Cached Memory
Hi, There is nothing weird on the system and we have this issue on many servers too... Most of them have more than enough memory and this particular one has over 89GB in cached memory. Sed binary seems fine too: # which sed /usr/bin/sed # sed --version sed (GNU sed) 4.2.2 Copyright (C) 2012 Free Sof...
- Wed May 27, 2020 2:31 pm
- Forum: Nagios XI
- Topic: Linux Cached Memory
- Replies: 11
- Views: 762
Re: Linux Cached Memory
Hi,
Thanks for the reply.
Thanks for the reply.
Code: Select all
# which gawk
/usr/bin/gawk
# which dc
/usr/bin/dc
# which sed
/usr/bin/sed
# memoutput=`free -m -w | head -2 | tail -1`
# free=`echo $memoutput | gawk '{print $4+$7}'`
# echo $memoutput
Mem: 128675 38105 9736 226 78276 2557 89568
# echo $free
12293
- Tue May 26, 2020 8:25 pm
- Forum: Nagios XI
- Topic: Linux Cached Memory
- Replies: 11
- Views: 762
Re: Linux Cached Memory
Hi, I appreciate the answer! # free -m total used free shared buff/cache available Mem: 128675 37092 10767 218 80816 90590 Swap: 8191 0 8191 # /usr/local/nagios/libexec/custom_check_mem -w 20 -c 10 CRITICAL - 10751 / 128675 MB (8%) Free Memory, Used: 37107 MB, Shared: 218 MB, Buffers + Cached: 80815...
- Tue May 26, 2020 12:40 pm
- Forum: Nagios XI
- Topic: Linux Cached Memory
- Replies: 11
- Views: 762
Linux Cached Memory
Hi, We are using the latest "custom_check_mem" and even the "-n" param but no success. It's still show Critical even if all the RAM is in cache. CentOS 7.8 x86_64 latest version of everything. # cat /usr/local/nagios/etc/nrpe/common.cfg (...) command[check_mem]=/usr/local/nagios/...
- Thu Apr 30, 2020 10:45 am
- Forum: Nagios XI
- Topic: Error: (use_ssl == true): Request packet version was invalid
- Replies: 3
- Views: 2420
Error: (use_ssl == true): Request packet version was invalid
Hi, Since the linux agent was updated, nagiosxi does not seem to be able to connect correctly to the agent: Apr 30 11:43:27 XXX nrpe[38892]: Error: (use_ssl == true): Request packet version was invalid! Apr 30 11:43:27 XXX nrpe[38892]: Could not read request from client , bailing out... Apr 30 11:43...