Search found 20 matches

by rnygren
Tue Mar 11, 2014 3:29 pm
Forum: Open Source Nagios Projects
Topic: Windows Service name with $ in named service
Replies: 5
Views: 2587

Re: Windows Service name with $ in named service

windows server name is SQLAgent$HEMS2008
by rnygren
Mon Mar 10, 2014 4:14 pm
Forum: Open Source Nagios Projects
Topic: Windows Service name with $ in named service
Replies: 5
Views: 2587

Re: Windows Service name with $ in named service

It was stated in the original post
the status is yellow warning
the message string is:
SQLAgent: Error
by rnygren
Mon Mar 10, 2014 1:14 pm
Forum: Open Source Nagios Projects
Topic: Windows Service name with $ in named service
Replies: 5
Views: 2587

Windows Service name with $ in named service

In Windows 2003 I had a work around functioning by prefixing the $ with \\$$ for a single $ in the service name When I upgraded to nagios 4.0.1 I now get warning SQLAgent: Error When ever try something different I get a red error service not found! Has anyone found a fix? here is how the service is ...
by rnygren
Mon Apr 01, 2013 2:13 pm
Forum: Open Source Nagios Projects
Topic: extensive ssh /var/log/messages with remote auto login ssh
Replies: 1
Views: 1015

extensive ssh /var/log/messages with remote auto login ssh

How do I stop the /var/log/messages from accumulating in the message file everytime i remote ssh from nagios to the target machines. it puts in 4 messages every connection every 2 minutes 4 times a day. I looked into the /etc/log.d/conf/services/sshd.conf file and tried to goole but no answers. sshd...
by rnygren
Wed Jun 06, 2012 5:18 pm
Forum: Open Source Nagios Projects
Topic: ndoutils ndomod:Error writing to data sink!
Replies: 1
Views: 1994

ndoutils ndomod:Error writing to data sink!

I restart in full debug mode for ndoutils and the ndo2db.debug file is still 0 bytes and the nagios.log is full of: 1339020577] ndomod: Successfully reconnected to data sink! 0 items lost, 4998 queued items to flush. [1339020577] ndomod: Error writing to data sink! Some output may get lost. 4776 que...
by rnygren
Wed Jun 06, 2012 5:07 pm
Forum: Open Source Nagios Projects
Topic: log2ndo utility errors after converting julian to date
Replies: 3
Views: 1324

Re: log2ndo utility errors after converting julian to date

Sorry I didnt notice the additional code and misread the test.
Thanks I will try this when I get the ndoutil working again right now I am recovering from a rebuils as opsview broke everying
by rnygren
Wed Jun 06, 2012 5:05 pm
Forum: Open Source Nagios Projects
Topic: log2ndo utility errors after converting julian to date
Replies: 3
Views: 1324

Re: log2ndo utility errors after converting julian to date

If you look at my shell script it deletes the original log files so I only have the ones with the corrected date time stamp instead of the julian date number in the 1st column. Since I have 2 yrs history it wuold be nive to revert back to the original log file format so log2ndo would work
by rnygren
Tue Jun 05, 2012 1:28 pm
Forum: Open Source Nagios Projects
Topic: log2ndo utility errors after converting julian to date
Replies: 3
Views: 1324

log2ndo utility errors after converting julian to date

I have converted 2 years of log files from julian to date with the following shell script #!/bin/bash FILES=/usr/local/nagios/var/archives/*.log for f in $FILES do #echo "$f" if [ "$f" = "/usr/local/nagios/var/archives/*.log" ]; then break; fi cat $f | while read date r...
by rnygren
Tue Jun 05, 2012 11:57 am
Forum: Open Source Nagios Projects
Topic: NDO Utils 1.5.1 and no data or debug info
Replies: 6
Views: 1670

Re: NDO Utils 1.5.1 and no data or debug info

I have the system now working, Thanks for the help.
The prblem was int ndo2db.cfg permissions file. Once I set to +rw and restarted then everything went fine.
It was strange that the log2ndo added records. Thats why I was confused.
by rnygren
Mon Jun 04, 2012 5:54 pm
Forum: Open Source Nagios Projects
Topic: NDO Utils 1.5.1 and no data or debug info
Replies: 6
Views: 1670

Re: NDO Utils 1.5.1 and no data or debug info

I tried log2ndo as root to std out and it lising records to screen. The initial database for ndo has only one record in table nagios_dbversion (1.5) When I ran log2ndo it added 2 records: nagios_conninfo nagios_instances but none of the data transactions. This proves the db connection is working but...