Search found 30 matches

by proxibid
Thu Oct 22, 2020 10:59 am
Forum: Nagios XI
Topic: perfdata files large
Replies: 9
Views: 454

Re: perfdata files large

Thanks, that got me a perfdata.log which showed me this

Code: Select all

 ERROR: /usr/local/nagios/var/stats is not writable or does not exist
So I created that dir and chowned it to nagios.nagios

File sizes are small again. Things seem to be good.

Thanks!
by proxibid
Thu Oct 22, 2020 10:33 am
Forum: Nagios XI
Topic: perfdata files large
Replies: 9
Views: 454

Re: perfdata files large

ls -ld /usr/local/nagios/var/spool/xidpe ls: cannot access /usr/local/nagios/var/spool/xidpe: No such file or directory spool is there but not xidpe. these are current dirs and perms in spool [chris.krull@nagios01 spool]$ ll total 0 drwxrwsr-x 2 nagios nagcmd 6 Oct 21 21:34 checkresults drwxr-xr-x ...
by proxibid
Thu Oct 22, 2020 9:56 am
Forum: Nagios XI
Topic: perfdata files large
Replies: 9
Views: 454

Re: perfdata files large

Sent in PM.
by proxibid
Thu Oct 22, 2020 8:53 am
Forum: Nagios XI
Topic: perfdata files large
Replies: 9
Views: 454

Re: perfdata files large

Thanks Scott. Here you go. [chris.krull@nagios01 ~]$ grep process_performance_data /usr/local/nagios/etc/nagios.cfg process_performance_data=1 [chris.krull@nagios01 ~]$ grep perfdata_file /usr/local/nagios/etc/nagios.cfg service_perfdata_file=/usr/local/nagios/var/service-perfdata service_perfdata_f...
by proxibid
Wed Oct 21, 2020 10:20 am
Forum: Nagios XI
Topic: perfdata files large
Replies: 9
Views: 454

perfdata files large

Ran the upgrade from 5.7.3 to 5.7.4 today. May or may not be related. [chris.krull@nagios01 var]$ pwd /usr/local/nagios/var -rw-r--r-- 1 nagios nagios 11G Oct 21 10:15 service-perfdata -rw-r--r-- 1 nagios nagios 1.2G Oct 21 10:15 host-perfdata npcd.log looks ok - Here are lines from today - [10-21-2...
by proxibid
Wed May 20, 2020 8:32 am
Forum: Nagios XI
Topic: Trouble with check_mssql
Replies: 5
Views: 411

Re: Trouble with check_mssql

Our fault. Passing bad params.

after changing from -wrc and -crc to -W and -C functions as expected.
by proxibid
Tue May 19, 2020 1:36 pm
Forum: Nagios XI
Topic: Trouble with check_mssql
Replies: 5
Views: 411

Re: Trouble with check_mssql

Set down to 0 - query is returning 1 - This is what is in the box for Monitor the service with this command: check_mssql_table_row_count!"SELECT COUNT(*) FROM proxibid.dbo.AuctionHouses WHERE (APN_ID IS NULL OR FTNI_Site_ID IS NULL) AND ApplicationStep > 0 AND AuctionHouseID >= 6284"!0!0!!...
by proxibid
Tue May 19, 2020 1:31 pm
Forum: Nagios XI
Topic: Trouble with check_mssql
Replies: 5
Views: 411

Re: Trouble with check_mssql

Attaching screenshot.

I'll try setting that down to 0.
by proxibid
Mon May 18, 2020 1:11 pm
Forum: Nagios XI
Topic: Trouble with check_mssql
Replies: 5
Views: 411

Trouble with check_mssql

Running directly on my xi host - php /usr/local/nagios/libexec/check_mssql -H 10.50.103.33 -U nagios -P password -d database -q "SELECT COUNT(*) FROM database.dbo.AuctionHouses WHERE (APN_ID IS NULL OR FTNI_Site_ID IS NULL) AND ApplicationStep > 0 AND AuctionHouseID >= 6284" -wrc 1 -crc 1 ...
by proxibid
Wed Jul 31, 2019 9:05 am
Forum: Open Source Nagios Projects
Topic: check_ec2.py - Would like to be able to specify Namespace
Replies: 1
Views: 796

check_ec2.py - Would like to be able to specify Namespace

Line 226 of check_ec2.py has hardcoded

Code: Select all

Namespace='AWS/EC2'
It would be useful if this namespace could be specified as an argument.

I'm not sure if this is the right place to raise this request.

Thank you.