. . If you ever had to manage a multi Domain where every time you need to execute even a batch file you would have to authenticate… Well I do use psexec.exe but since I had many problems where it […]
Nagios Check BackupExec
I wrote a new way of checking Exchange Backups, simple just needed to check the in AD the “Last time backup” of the Storage Group. I wrote the much simpler and much more precise script to monitor Exchange Servers Backup. […]
Backup nagios
. . Nagios/Linux easy backup method No backup tapes, no FTP. Just simple, mount a remote share and put files there. The important part is to mount the share when the system starts up, so we will could also edit […]
Exchange Top Senders Nagios Plugin
Well I just went back to this old script, I rewrote so it will now work with Nagios. The output is simple and just reports total Top emailers, the script also requires/takes 3 arguments topemailers.vbs 3 5000 10000 would report […]
snmpd.conf
Troubleshooting snmpd.conf SNMP binds only to 127.0.0.1 (localhost) After going in the configurations inside snmpd.conf I tried: – using snmpconf (script based config). # snmpconf – editing snmpd.conf and changing the source field #vim /etc/snmp/snmpd.conf ” # sec.name source community […]
Webinject How to
When monitoring websites many times we will need more then just check if the site is up. We may need to see if the internals of the website is working, a good example is making a user login check. Using […]
Nagios script to load host
. . . When you have to load 400 IPs into Nagios/Centreon configuration, how do you do it? By hand? Well, I wrote a script that pulls all hosts from a CVS file with the fields (HOSTNAME,INFO,IP) and generates de […]