Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit dfbcd6c6 authored by pierpbe's avatar pierpbe
Browse files

comment cacti

parent 8dc5158b
No related branches found
No related tags found
No related merge requests found
......@@ -119,15 +119,15 @@ my $cmd = '';
=cut
metaprint( 'info', "Starting cacti" );
$cmd = "/opt/cacti/bin/synchronize_cacti_UserAndGroup.pl";
print `$cmd`;
$errors = $?;
if ( $errors ) {
metaprint( 'error', "Some errors have been found, please contact SS Team!" . nl() . "Please copy/paste the output to the email!" );
exit 1;
}
#metaprint( 'info', "Starting cacti" );
#$cmd = "/opt/cacti/bin/synchronize_cacti_UserAndGroup.pl";
#print `$cmd`;
#
#$errors = $?;
#if ( $errors ) {
# metaprint( 'error', "Some errors have been found, please contact SS Team!" . nl() . "Please copy/paste the output to the email!" );
# exit 1;
#}
=head2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment