Centreon 2.1-RC Changelog
Centreon 2.1-RC Available here
Exchange server-side Auto reply rule.
Tested and it works on Exchange 2003 and Outlook 2003.
By default this isn’t possible to SSH into VMWare ESXi 3.5 or any ESXi Server.
By enabling this you will also be able to easly copy files into the server by using WINSCP,
not as fast as FTP but it does the job. WinSCP also works under Linux by using Wine.
Reinstall Perl in ESX
Error: Can’t locate VMware/VmPerl.pm
#vmare-cmd stop working along with all scripts that depend on VMware.pm module.
For some reason my perl VMWare::Perl stoped working, so I reinstall perl 5.8.0 version from scratch
first download it, then do:
#sh Configure -Dusethreads -Duseithreads -Dusemultiplicity -Duselargefiles -Dotherlibdirs=/usr/lib/perl5/5.8.0
#make test
#make
#make install
i was Still getting an error like:
Its out the new version of Centreon 2.0.2
The Detailed changelog is:
# Bugfix #408: Contact massive change : New options for radio button
When we make a massive change on contact, a ‘yes’ or ‘no’ field is required, and it is not good if the change does not impact:
-Reach Centreon frontend
-Admin user
Please add a “null” choice for massive change, like ‘incremental/update’.
# Bugfix #398 Fixes to verifyHostServiceIdName.pm
# Bugfix #417 centcore.init.d
The way centreon starts has been improved, more info
Bugfix #436
Fixes on /www/include/monitoring/status/Common/common-Func.php
Bugfix #586
No detail found
# Reporting : CSV export now takes correct timeperiod parameters
# Reporting : fixes bug that occured when hosts/services were renamed
# ACL : ServiceGroups are no longer restrictions, they grant access to resources instead
# Enhanced generation of configuration files
# New Centreon logo
# CSS menu is fixed (delimiters are back)
Remotely Get Local Admins Users inside Administrators group, for Workstations
Also tests the connectivity, it gets computers from AD object type “computer”
and it prints out a nice report.
download
Since I am big fan of motogp I will be placing each race in my site avalible for download:
ubuntu mounts read only +USB
Someitimes when automounting external media, like USB memory or SD cards.
Ubuntu will allow read only.
The reason could be that somehow the kernel goes to panic when try to mount write permissions, confirm it by doing:
# dmesg | grep -i panic
will show you any panic messages. If you’re seeing alot of them relative to the disk, copy all the files you can to another disk and use dosfsck to fix the FAT partition,
Find out how is it mounted
# mouint
Fix the filesystem:
# dosfsck -a /dev/<sdXX>
For me it got stuck in a bad pictures so I had to do
# dosfsck /dev/<sdXX> -a -r -v -w
Then to check for Bad Sectors and fix it
# dosfsck /dev/sde1 -t -r -v
Or since you’ve backed it up anyway (if you really did!)
just mkfs.vfat to format as FAT32. Or use gparted.