1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Merge pull request #821 from theyosh/master

Fixed PHP shorttag. Shorttags are discouraged in newer PHP version
This commit is contained in:
sumpfralle 2017-03-01 00:44:28 +01:00 committed by GitHub
commit 893c3face8
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/php #!/usr/bin/php
<? <?php
/* /*
multicpu monitors the cpu usage of multiple processes. multicpu monitors the cpu usage of multiple processes.
you can configure the list of processes via munin's configuration you can configure the list of processes via munin's configuration

0
plugins/cpu/multicpu1sec Normal file → Executable file
View file