[TYPO3-caretaker] Services/test not registered in TYPO3 4.4

Søren Malling soren.malling at gmail.com
Wed Sep 8 11:49:11 CEST 2010


Hi,

I'm having a great fun to work with caretaker at my work :)

I've setup a TYPO3 4.4 installation and did a checkout from
forge.typo3.org of caretaker and caretaker_instance.

Each extension was installed and configured in the order described in
the manual.

My issue is that, the tests/services (what's the different btw?)
described in caretaker_instance/ext_conf_include.php isn't avaliable
in my dropdown menu of tests

        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_Extension',                 'TYPO3
-> Extension', 'Check for a specific Extension');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_TYPO3Version',              'TYPO3
-> Version', 'Check for the TYPO3 version');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_FindInsecureExtension',     'TYPO3
-> Find insecure Extenions', 'Find Extensions wich are marked insecure
in TER');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_FindExtensionUpdates',      'TYPO3
-> Find Extension Updates', 'Find available Updates for installed
Extensions');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_BackendUser',               'TYPO3
-> Check backend user accounts', 'Find unwanted backend user
accounts');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_FindBlacklistedBePassword', 'TYPO3
-> Check be-password blacklist', 'Find backend user accounts with
blacklisted passwords.');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_CheckConfVars',             'TYPO3
-> Check TYPO3_CONV_VARS', 'Check Settings of TYPO3_CONF_VARS');
        tx_caretaker_ServiceHelper::registerCaretakerService($_EXTKEY,
'services', 'tx_caretakerinstance_CheckPath',                 'FILE ->
Check path', 'Checks for some path stats');

E.x. the caretaker_snmp is using the same function to register the
service and I'm able to choose that service from the menu

tx_caretaker_ServiceHelper::registerCaretakerService ($_EXTKEY ,
'services' , 'tx_caretakersnmp'   ,'SNMP Test', 'Check Remote SNMP
Values' );

Anyone able to help? I'll be happy to help with any further debug
information and testing of solutions, just ask :)

Best regards

Søren Malling

Twitter: twitter.com/sorenmalling


More information about the TYPO3-project-caretaker mailing list