VH-X5 Buggy Just got my newest toy, a real remote control car. Its fuel is 16 % methanol. This baby can go up to 50km/h Since its my first one, it came all setup and assembled. Minimal work to be […]
The Slupr
Amazing product called The Slupr “At this moment I can see 8 different signals. Some are closed networks but most are open and available. I can only connect to one at a time so I tend to just pick the […]
Change the Service Account
Well as I posted bellow about the bug in NRPE_NT, it result I will have to change all my Nagios Plugins service set to a different account, the code bellow is how I will be doing this. I used the […]
NRPE_NT bug
Nagios NRPE_NT bug. Well I wrote few scripts that are actually quite complex to run under Windows 2003 Servers, some of them I start getting no output or just the first character output using NRPE_NT 0.8.0.2 or 8b. It seems […]
Nagios/Centreon TroubleShooting
Troubleshooting Nagios/Centreon : I. If Centreon monitor does not update itself (you see nagios different then centreon). Could be a permission problem related to status.log, Read the user nagios emails for problems regarding cron jobs and permissions Check the logs […]
Redirect emails using alias script
Redirect emails using alias script # vim /etc/aliases command: |/bin/grep Subject >> /tmp/emailgrep.txt commandperl: |/bin/test.pl Pay attention on the permissions the email system will use the mail account, so set the permissions on the script test sending the emails # […]
Script to automatically get emails from pop3
Script to automaticly get emails from pop3 servers using getmail allows multiple downloads, auto search. Requirements: Perl, Perl Regexp::Trie and Net::POP3. Both can be easly installed via cpan interface or Download from here Create a special user account called downmx […]