mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
smart: importing common.{h,c} from munin-c
The compilation is very easy, a simple `make` should work, as I provided a convenient `Makefile`
This commit is contained in:
parent
a420c4eb58
commit
6eff786eef
4 changed files with 145 additions and 1 deletions
|
@ -68,7 +68,7 @@ static char getitem(char *input, unsigned char item, char *output)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int smart(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
char command[50];
|
||||
char output[255];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue